diff options
Diffstat (limited to 'Tests/CMakeLib/testXMLParser.cxx')
-rw-r--r-- | Tests/CMakeLib/testXMLParser.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CMakeLib/testXMLParser.cxx b/Tests/CMakeLib/testXMLParser.cxx index d5e9764f9..8617cc118 100644 --- a/Tests/CMakeLib/testXMLParser.cxx +++ b/Tests/CMakeLib/testXMLParser.cxx @@ -1,9 +1,9 @@ #include "testXMLParser.h" -#include "cmXMLParser.h" - #include <iostream> +#include "cmXMLParser.h" + int testXMLParser(int /*unused*/, char* /*unused*/ []) { // TODO: Derive from parser and check attributes. |