summaryrefslogtreecommitdiff
path: root/src/gui/widgets/listbox.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-08 13:51:57 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-08 17:55:40 +0300
commit9247c5a23757e01ef7ee91dd5655fcab177e5e6d (patch)
tree38e947cdaa6f1ec33651560b81851b7a255a58ac /src/gui/widgets/listbox.cpp
parentfcf53dd7d524c2204f39269be5768a1919daef42 (diff)
downloadManaVerse-9247c5a23757e01ef7ee91dd5655fcab177e5e6d.tar.gz
ManaVerse-9247c5a23757e01ef7ee91dd5655fcab177e5e6d.tar.bz2
ManaVerse-9247c5a23757e01ef7ee91dd5655fcab177e5e6d.tar.xz
ManaVerse-9247c5a23757e01ef7ee91dd5655fcab177e5e6d.zip
fix code style.
Diffstat (limited to 'src/gui/widgets/listbox.cpp')
-rw-r--r--src/gui/widgets/listbox.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/widgets/listbox.cpp b/src/gui/widgets/listbox.cpp
index c12a3fe53..6f0c192c6 100644
--- a/src/gui/widgets/listbox.cpp
+++ b/src/gui/widgets/listbox.cpp
@@ -67,8 +67,6 @@
#include "client.h"
-#include "events/keyevent.h"
-
#include "input/keydata.h"
#include "listeners/selectionlistener.h"
@@ -79,8 +77,6 @@
#include "gui/models/listmodel.h"
-#include "render/graphics.h"
-
#include "debug.h"
float ListBox::mAlpha = 1.0;