summaryrefslogtreecommitdiffstats
path: root/common/resource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-13 01:27:21 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-08-13 01:27:21 +0200
commitb6d5d206de4d02149c6530236154283bf834087a (patch)
tree0d57764b674df3ffee1df3f3e9fb1690ae06bbdc /common/resource.h
parent7c9ae062101b5dc8f963c70fb753f8346a9b5c48 (diff)
downloadsink-b6d5d206de4d02149c6530236154283bf834087a.tar.gz
sink-b6d5d206de4d02149c6530236154283bf834087a.zip
Untangled the include dependencies a bit.
We no longer depend on clientapi.h from everywhere.
Diffstat (limited to 'common/resource.h')
-rw-r--r--common/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resource.h b/common/resource.h
index a51e12d..6563c09 100644
--- a/common/resource.h
+++ b/common/resource.h
@@ -19,13 +19,13 @@
19 */ 19 */
20 20
21#include <akonadi2common_export.h> 21#include <akonadi2common_export.h>
22#include <clientapi.h>
23 22
24#include <Async/Async> 23#include <Async/Async>
25 24
26namespace Akonadi2 25namespace Akonadi2
27{ 26{
28class Pipeline; 27class Pipeline;
28class FacadeFactory;
29 29
30/** 30/**
31 * Resource interface 31 * Resource interface