diff options
Diffstat (limited to 'tests/inspectiontest.cpp')
-rw-r--r-- | tests/inspectiontest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/inspectiontest.cpp b/tests/inspectiontest.cpp index b03f277..4e17785 100644 --- a/tests/inspectiontest.cpp +++ b/tests/inspectiontest.cpp | |||
@@ -2,10 +2,10 @@ | |||
2 | 2 | ||
3 | #include <QString> | 3 | #include <QString> |
4 | 4 | ||
5 | #include "dummyresource/resourcefactory.h" | ||
6 | #include "store.h" | 5 | #include "store.h" |
7 | #include "resourcecontrol.h" | 6 | #include "resourcecontrol.h" |
8 | #include "resourceconfig.h" | 7 | #include "resourceconfig.h" |
8 | #include "resource.h" | ||
9 | #include "log.h" | 9 | #include "log.h" |
10 | #include "testutils.h" | 10 | #include "testutils.h" |
11 | 11 | ||