diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-02-14 15:41:36 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-02-14 15:41:36 +0100 |
commit | 7221c10118a8895ec39ba6a78768574a4b00dfed (patch) | |
tree | 6d8aacb95f9175ed08f213556ccdf2a6fefc363c | |
parent | 2cf44607cf0f057e147c2c4fe6dded6c13c58a8a (diff) | |
download | libquotient-7221c10118a8895ec39ba6a78768574a4b00dfed.tar.gz libquotient-7221c10118a8895ec39ba6a78768574a4b00dfed.zip |
Revert "Don't #include "logging.h" from headers"
This reverts commit 2cf44607cf0f057e147c2c4fe6dded6c13c58a8a (that was
stupid, honestly).
-rw-r--r-- | lib/events/event.h | 1 | ||||
-rw-r--r-- | lib/syncdata.cpp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/events/event.h b/lib/events/event.h index b6f36306..113fa3fa 100644 --- a/lib/events/event.h +++ b/lib/events/event.h @@ -4,6 +4,7 @@ #pragma once #include "converters.h" +#include "logging.h" #include "function_traits.h" namespace Quotient { diff --git a/lib/syncdata.cpp b/lib/syncdata.cpp index b896d710..b0cd8e4d 100644 --- a/lib/syncdata.cpp +++ b/lib/syncdata.cpp @@ -3,8 +3,6 @@ #include "syncdata.h" -#include "logging.h" - #include "events/eventloader.h" #include <QtCore/QFile> |