diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-11 22:10:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-11 22:10:04 +0300 |
commit | beefccedf7c0341014919ce4dfbdb4712412ab02 (patch) | |
tree | 133cabe9c6a299326a73fab279992a6281ebc31d /src/gui/shopwindow.cpp | |
parent | 8dfb59db0b8df1b5b2640c37fa1fe0d87daf3735 (diff) | |
download | plus-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/shopwindow.cpp')
-rw-r--r-- | src/gui/shopwindow.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/shopwindow.cpp b/src/gui/shopwindow.cpp index 237715141..e14dd9be9 100644 --- a/src/gui/shopwindow.cpp +++ b/src/gui/shopwindow.cpp @@ -25,9 +25,9 @@ #include "gui/buydialog.h" #include "gui/itemamountwindow.h" #include "gui/selldialog.h" -#include "gui/setup.h" #include "gui/tradewindow.h" +#include "gui/widgets/button.h" #include "gui/widgets/chattab.h" #include "gui/widgets/checkbox.h" #include "gui/widgets/label.h" @@ -35,8 +35,6 @@ #include "gui/widgets/scrollarea.h" #include "gui/widgets/shopitems.h" #include "gui/widgets/shoplistbox.h" -#include "gui/widgets/slider.h" -#include "gui/widgets/tradetab.h" #include "actorspritemanager.h" #include "auctionmanager.h" @@ -48,7 +46,6 @@ #include "shopitem.h" #include "soundconsts.h" #include "soundmanager.h" -#include "units.h" #include "being/localplayer.h" #include "being/playerinfo.h" @@ -56,8 +53,6 @@ #include "net/net.h" #include "net/chathandler.h" -#include "net/npchandler.h" -#include "net/playerhandler.h" #include "net/tradehandler.h" #include "resources/iteminfo.h" |