summary refs log tree commit diff
path: root/src/TextInputWidget.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-31 16:25:43 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-31 16:25:43 +0100
commit63f3071445308aaa01c1f04d6c19f15f0bdde3d4 (patch)
tree7b7ecb558e84e067abc048e50cf4a568503bd0a7 /src/TextInputWidget.h
parentRemove metatypes from headers (diff)
downloadnheko-63f3071445308aaa01c1f04d6c19f15f0bdde3d4.tar.xz
Remove more unneeded headers
Diffstat (limited to 'src/TextInputWidget.h')
-rw-r--r--src/TextInputWidget.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/TextInputWidget.h b/src/TextInputWidget.h
index 2f267a23..3674ee0d 100644
--- a/src/TextInputWidget.h
+++ b/src/TextInputWidget.h
@@ -18,17 +18,14 @@
 #pragma once
 
 #include <deque>
-#include <iterator>
-#include <map>
 #include <optional>
 
-#include <QApplication>
+#include <QCoreApplication>
 #include <QHBoxLayout>
 #include <QPaintEvent>
 #include <QTextEdit>
 #include <QWidget>
 
-#include "Utils.h"
 #include "dialogs/PreviewUploadOverlay.h"
 #include "emoji/PickButton.h"
 #include "popups/ReplyPopup.h"