diff options
Diffstat (limited to 'Tests/CMakeCommands/target_link_libraries/targetC.cpp')
-rw-r--r-- | Tests/CMakeCommands/target_link_libraries/targetC.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/CMakeCommands/target_link_libraries/targetC.cpp b/Tests/CMakeCommands/target_link_libraries/targetC.cpp index cae02b9..11efb3d 100644 --- a/Tests/CMakeCommands/target_link_libraries/targetC.cpp +++ b/Tests/CMakeCommands/target_link_libraries/targetC.cpp @@ -1,7 +1,6 @@ -#include "depG.h" - #include "bar.h" +#include "depG.h" #include "foo.h" #ifndef TEST_DEF |