summaryrefslogtreecommitdiff
path: root/src/gui/buyselldialog.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-11 22:10:04 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-11 22:10:04 +0300
commitbeefccedf7c0341014919ce4dfbdb4712412ab02 (patch)
tree133cabe9c6a299326a73fab279992a6281ebc31d /src/gui/buyselldialog.cpp
parent8dfb59db0b8df1b5b2640c37fa1fe0d87daf3735 (diff)
downloadplus-beefccedf7c0341014919ce4dfbdb4712412ab02.tar.gz
plus-beefccedf7c0341014919ce4dfbdb4712412ab02.tar.bz2
plus-beefccedf7c0341014919ce4dfbdb4712412ab02.tar.xz
plus-beefccedf7c0341014919ce4dfbdb4712412ab02.zip
remove unused includes from gui files.
Diffstat (limited to 'src/gui/buyselldialog.cpp')
-rw-r--r--src/gui/buyselldialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/buyselldialog.cpp b/src/gui/buyselldialog.cpp
index 1c8c81b52..7a3b92064 100644
--- a/src/gui/buyselldialog.cpp
+++ b/src/gui/buyselldialog.cpp
@@ -22,12 +22,12 @@
#include "gui/buyselldialog.h"
-#include "gui/setup.h"
-
#include "net/buysellhandler.h"
#include "net/net.h"
#include "net/npchandler.h"
+#include "gui/widgets/button.h"
+
#include "utils/gettext.h"
#include "debug.h"