diff options
-rw-r--r-- | common/facade.cpp | 1 | ||||
-rw-r--r-- | tests/clientapitest.cpp | 1 | ||||
-rw-r--r-- | tests/genericfacadebenchmark.cpp | 1 | ||||
-rw-r--r-- | tests/pipelinetest.cpp | 1 |
4 files changed, 3 insertions, 1 deletions
diff --git a/common/facade.cpp b/common/facade.cpp index b4931cf..f534319 100644 --- a/common/facade.cpp +++ b/common/facade.cpp | |||
@@ -20,7 +20,6 @@ | |||
20 | #include "facade.h" | 20 | #include "facade.h" |
21 | 21 | ||
22 | #include "commands.h" | 22 | #include "commands.h" |
23 | #include "domainadaptor.h" | ||
24 | #include "log.h" | 23 | #include "log.h" |
25 | #include "storage.h" | 24 | #include "storage.h" |
26 | #include "definitions.h" | 25 | #include "definitions.h" |
diff --git a/tests/clientapitest.cpp b/tests/clientapitest.cpp index ce11221..4883b5e 100644 --- a/tests/clientapitest.cpp +++ b/tests/clientapitest.cpp | |||
@@ -8,6 +8,7 @@ | |||
8 | #include "resourceconfig.h" | 8 | #include "resourceconfig.h" |
9 | #include "modelresult.h" | 9 | #include "modelresult.h" |
10 | #include "resultprovider.h" | 10 | #include "resultprovider.h" |
11 | #include "facadefactory.h" | ||
11 | 12 | ||
12 | template <typename T> | 13 | template <typename T> |
13 | class DummyResourceFacade : public Akonadi2::StoreFacade<T> | 14 | class DummyResourceFacade : public Akonadi2::StoreFacade<T> |
diff --git a/tests/genericfacadebenchmark.cpp b/tests/genericfacadebenchmark.cpp index 8b00666..703acd1 100644 --- a/tests/genericfacadebenchmark.cpp +++ b/tests/genericfacadebenchmark.cpp | |||
@@ -8,6 +8,7 @@ | |||
8 | #include <common/domainadaptor.h> | 8 | #include <common/domainadaptor.h> |
9 | #include <common/resultprovider.h> | 9 | #include <common/resultprovider.h> |
10 | #include <common/synclistresult.h> | 10 | #include <common/synclistresult.h> |
11 | #include <common/definitions.h> | ||
11 | 12 | ||
12 | #include "event_generated.h" | 13 | #include "event_generated.h" |
13 | 14 | ||
diff --git a/tests/pipelinetest.cpp b/tests/pipelinetest.cpp index 47090a8..2ede69d 100644 --- a/tests/pipelinetest.cpp +++ b/tests/pipelinetest.cpp | |||
@@ -19,6 +19,7 @@ | |||
19 | #include "pipeline.h" | 19 | #include "pipeline.h" |
20 | #include "log.h" | 20 | #include "log.h" |
21 | #include "domainadaptor.h" | 21 | #include "domainadaptor.h" |
22 | #include "definitions.h" | ||
22 | 23 | ||
23 | static void removeFromDisk(const QString &name) | 24 | static void removeFromDisk(const QString &name) |
24 | { | 25 | { |