aboutsummaryrefslogtreecommitdiff
path: root/lib/syncdata.cpp
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-11-26 13:46:58 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-11-26 13:46:58 +0100
commitf4a0acf818c4c89d132b2ec96d47c5817b106149 (patch)
treea76625dce0ce620a1a54f5a76978da3d290bfd0b /lib/syncdata.cpp
parentf6155d62740a88b020273ba623c816f7b9805772 (diff)
downloadlibquotient-f4a0acf818c4c89d132b2ec96d47c5817b106149.tar.gz
libquotient-f4a0acf818c4c89d132b2ec96d47c5817b106149.zip
Drop #include "logging.h" from event.h
Makes compilation a tad lighter.
Diffstat (limited to 'lib/syncdata.cpp')
-rw-r--r--lib/syncdata.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/syncdata.cpp b/lib/syncdata.cpp
index 396e77eb..f9fabdea 100644
--- a/lib/syncdata.cpp
+++ b/lib/syncdata.cpp
@@ -4,6 +4,7 @@
#include "syncdata.h"
#include "events/eventloader.h"
+#include "logging.h"
#include <QtCore/QFile>
#include <QtCore/QFileInfo>