diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-11-26 13:46:58 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-11-26 13:46:58 +0100 |
commit | f4a0acf818c4c89d132b2ec96d47c5817b106149 (patch) | |
tree | a76625dce0ce620a1a54f5a76978da3d290bfd0b /lib/syncdata.cpp | |
parent | f6155d62740a88b020273ba623c816f7b9805772 (diff) | |
download | libquotient-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.cpp | 1 |
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> |