diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-13 01:27:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-13 01:27:21 +0200 |
commit | b6d5d206de4d02149c6530236154283bf834087a (patch) | |
tree | 0d57764b674df3ffee1df3f3e9fb1690ae06bbdc /common/clientapi.cpp | |
parent | 7c9ae062101b5dc8f963c70fb753f8346a9b5c48 (diff) | |
download | sink-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/clientapi.cpp')
-rw-r--r-- | common/clientapi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/clientapi.cpp b/common/clientapi.cpp index 8bb244c..5edab97 100644 --- a/common/clientapi.cpp +++ b/common/clientapi.cpp | |||
@@ -4,6 +4,7 @@ | |||
4 | #include "commands.h" | 4 | #include "commands.h" |
5 | #include "resourcefacade.h" | 5 | #include "resourcefacade.h" |
6 | #include "log.h" | 6 | #include "log.h" |
7 | #include "definitions.h" | ||
7 | #include <QtConcurrent/QtConcurrentRun> | 8 | #include <QtConcurrent/QtConcurrentRun> |
8 | #include <QTimer> | 9 | #include <QTimer> |
9 | 10 | ||