summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-07 21:24:36 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-07 21:24:36 +0300
commit10110088e065d896745294bd6f6c14ecd76fa9f6 (patch)
treeb58942c8e257393ec290976700ae6441149bb043 /src/gui/widgets/textfield.cpp
parentade52fa9b4255a9031ab4d567606f0d22ea6089c (diff)
downloadplus-10110088e065d896745294bd6f6c14ecd76fa9f6.tar.gz
plus-10110088e065d896745294bd6f6c14ecd76fa9f6.tar.bz2
plus-10110088e065d896745294bd6f6c14ecd76fa9f6.tar.xz
plus-10110088e065d896745294bd6f6c14ecd76fa9f6.zip
Remove unused includes.
Diffstat (limited to 'src/gui/widgets/textfield.cpp')
-rw-r--r--src/gui/widgets/textfield.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp
index 48d3a86fc..0ea6a0666 100644
--- a/src/gui/widgets/textfield.cpp
+++ b/src/gui/widgets/textfield.cpp
@@ -71,7 +71,6 @@
#include "gui/gui.h"
#include "gui/skin.h"
-#include "gui/viewport.h"
#ifdef ANDROID
#include "gui/windowmanager.h"
#endif