aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-11-20 13:25:07 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-11-20 13:39:33 +0900
commit8e9e89846f75cae907bb9c2c6868dcb0f37896ae (patch)
treea3e3eef821f8a8bccc5572b49c3087018caecd56 /lib
parentdc3d6bd3b46ae7a9e8d9b9f62e50db982ef2b004 (diff)
downloadlibquotient-8e9e89846f75cae907bb9c2c6868dcb0f37896ae.tar.gz
libquotient-8e9e89846f75cae907bb9c2c6868dcb0f37896ae.zip
eventloader.h: drop unneeded #include
Diffstat (limited to 'lib')
-rw-r--r--lib/events/eventloader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/events/eventloader.h b/lib/events/eventloader.h
index 3ee9a181..cd2f9149 100644
--- a/lib/events/eventloader.h
+++ b/lib/events/eventloader.h
@@ -19,7 +19,6 @@
#pragma once
#include "stateevent.h"
-#include "converters.h"
namespace QMatrixClient {
namespace _impl {