diff options
Diffstat (limited to 'Source/cmTest.cxx')
-rw-r--r-- | Source/cmTest.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmTest.cxx b/Source/cmTest.cxx index 6fcd0dc..7182122 100644 --- a/Source/cmTest.cxx +++ b/Source/cmTest.cxx @@ -10,10 +10,11 @@ See the License for more information. ============================================================================*/ #include "cmTest.h" + #include "cmSystemTools.h" -#include "cmake.h" #include "cmMakefile.h" +#include "cmake.h" //---------------------------------------------------------------------------- cmTest::cmTest(cmMakefile* mf) |