summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/same_name/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/same_name/main.cpp')
-rw-r--r--Tests/QtAutogen/same_name/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/QtAutogen/same_name/main.cpp b/Tests/QtAutogen/same_name/main.cpp
index 166466e..fc77a99 100644
--- a/Tests/QtAutogen/same_name/main.cpp
+++ b/Tests/QtAutogen/same_name/main.cpp
@@ -1,7 +1,7 @@
-#include "aaa/item.hpp"
#include "aaa/bbb/item.hpp"
-#include "bbb/item.hpp"
+#include "aaa/item.hpp"
#include "bbb/aaa/item.hpp"
+#include "bbb/item.hpp"
#include "ccc/item.hpp"
int main(int argv, char **args)