diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-19 01:18:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-20 00:49:07 +0300 |
commit | 26f9aad24bc50d4e9fd161d185df049c9e7a62cf (patch) | |
tree | d8fd87aef6395b5a4704e9570fcbcddcc8ccca83 /src/gui/base/widgets/textfield.cpp | |
parent | 50b5afdb7e68cdec8f77020b578dc3f6874933bb (diff) | |
download | plus-26f9aad24bc50d4e9fd161d185df049c9e7a62cf.tar.gz plus-26f9aad24bc50d4e9fd161d185df049c9e7a62cf.tar.bz2 plus-26f9aad24bc50d4e9fd161d185df049c9e7a62cf.tar.xz plus-26f9aad24bc50d4e9fd161d185df049c9e7a62cf.zip |
improve includes.
Diffstat (limited to 'src/gui/base/widgets/textfield.cpp')
-rw-r--r-- | src/gui/base/widgets/textfield.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/base/widgets/textfield.cpp b/src/gui/base/widgets/textfield.cpp index 6ca37c4af..ddcbec1b4 100644 --- a/src/gui/base/widgets/textfield.cpp +++ b/src/gui/base/widgets/textfield.cpp @@ -69,11 +69,6 @@ #include "gui/font.h" -#include "input/key.h" -#include "input/mouseinput.h" - -#include "render/graphics.h" - #include "debug.h" namespace gcn |