diff options
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 7fee6ae..04f1305 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -26,17 +26,12 @@ | |||
26 | #include <Async/Async> | 26 | #include <Async/Async> |
27 | 27 | ||
28 | #include "query.h" | 28 | #include "query.h" |
29 | #include "resultprovider.h" | ||
30 | #include "applicationdomaintype.h" | 29 | #include "applicationdomaintype.h" |
31 | 30 | ||
32 | Q_DECLARE_METATYPE(std::shared_ptr<void>); | ||
33 | |||
34 | class QAbstractItemModel; | 31 | class QAbstractItemModel; |
35 | 32 | ||
36 | namespace Akonadi2 { | 33 | namespace Akonadi2 { |
37 | 34 | ||
38 | using namespace async; | ||
39 | |||
40 | /** | 35 | /** |
41 | * Store interface used in the client API. | 36 | * Store interface used in the client API. |
42 | */ | 37 | */ |