summaryrefslogtreecommitdiffstats
path: root/common/resource.cpp
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.cpp
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.cpp')
-rw-r--r--common/resource.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/resource.cpp b/common/resource.cpp
index 2a86df5..58ba82f 100644
--- a/common/resource.cpp
+++ b/common/resource.cpp
@@ -25,6 +25,8 @@
25#include <QPluginLoader> 25#include <QPluginLoader>
26#include <QPointer> 26#include <QPointer>
27 27
28#include "facadefactory.h"
29
28namespace Akonadi2 30namespace Akonadi2
29{ 31{
30 32