diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-31 16:25:43 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-31 16:25:43 +0100 |
commit | 63f3071445308aaa01c1f04d6c19f15f0bdde3d4 (patch) | |
tree | 7b7ecb558e84e067abc048e50cf4a568503bd0a7 /src/TextInputWidget.h | |
parent | Remove metatypes from headers (diff) | |
download | nheko-63f3071445308aaa01c1f04d6c19f15f0bdde3d4.tar.xz |
Remove more unneeded headers
Diffstat (limited to 'src/TextInputWidget.h')
-rw-r--r-- | src/TextInputWidget.h | 5 |
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" |