summaryrefslogtreecommitdiffstats
path: root/common/facade.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/facade.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/facade.h')
-rw-r--r--common/facade.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/facade.h b/common/facade.h
index 1715a7f..be053f6 100644
--- a/common/facade.h
+++ b/common/facade.h
@@ -19,8 +19,9 @@
19 19
20#pragma once 20#pragma once
21 21
22#include <QByteArray> 22#include "facadeinterface.h"
23 23
24#include <QByteArray>
24#include <Async/Async> 25#include <Async/Async>
25 26
26#include "resourceaccess.h" 27#include "resourceaccess.h"