diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-28 14:01:47 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-28 14:01:47 +0200 |
commit | 2e0a923abeac851a09244172c27b43fd294b7e5c (patch) | |
tree | bbfc0c6afd71dd3586eeb5b89898708b2864b026 /tests/inspectiontest.cpp | |
parent | 714dba3af3c39c4381eb4349b08bb2bd03762022 (diff) | |
download | sink-2e0a923abeac851a09244172c27b43fd294b7e5c.tar.gz sink-2e0a923abeac851a09244172c27b43fd294b7e5c.zip |
Cleaned up some unnecessary dependencies.
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 | ||