diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-02 20:54:39 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-01-23 17:12:08 +0100 |
commit | 29775218e0c8b6c176015dd3128a0d545906ae6f (patch) | |
tree | 9536fde4c276ba6453de4ac2820731a0620c6ba9 /lib/events | |
parent | abbab8d8f8c566bc2c9cdf766c6fbb11d978ca47 (diff) | |
download | libquotient-29775218e0c8b6c176015dd3128a0d545906ae6f.tar.gz libquotient-29775218e0c8b6c176015dd3128a0d545906ae6f.zip |
Cleanup some #includes
Diffstat (limited to 'lib/events')
-rw-r--r-- | lib/events/eventcontent.cpp | 1 | ||||
-rw-r--r-- | lib/events/receiptevent.cpp | 1 | ||||
-rw-r--r-- | lib/events/roomevent.cpp | 1 | ||||
-rw-r--r-- | lib/events/roommemberevent.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/lib/events/eventcontent.cpp b/lib/events/eventcontent.cpp index 22878d4c..4ce130a6 100644 --- a/lib/events/eventcontent.cpp +++ b/lib/events/eventcontent.cpp @@ -4,7 +4,6 @@ #include "eventcontent.h" #include "converters.h" -#include "util.h" #include "logging.h" #include <QtCore/QMimeDatabase> diff --git a/lib/events/receiptevent.cpp b/lib/events/receiptevent.cpp index 72dbf2e3..7f06d99f 100644 --- a/lib/events/receiptevent.cpp +++ b/lib/events/receiptevent.cpp @@ -20,7 +20,6 @@ Example of a Receipt Event: #include "receiptevent.h" -#include "converters.h" #include "logging.h" using namespace Quotient; diff --git a/lib/events/roomevent.cpp b/lib/events/roomevent.cpp index b728e0bf..3502e3f7 100644 --- a/lib/events/roomevent.cpp +++ b/lib/events/roomevent.cpp @@ -3,7 +3,6 @@ #include "roomevent.h" -#include "converters.h" #include "logging.h" #include "redactionevent.h" diff --git a/lib/events/roommemberevent.cpp b/lib/events/roommemberevent.cpp index 3141f6b5..b4770224 100644 --- a/lib/events/roommemberevent.cpp +++ b/lib/events/roommemberevent.cpp @@ -4,7 +4,6 @@ #include "roommemberevent.h" -#include "converters.h" #include "logging.h" #include <QtCore/QtAlgorithms> |