summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-29 06:54:23 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-29 06:54:23 +0300
commitf66d0455c65855da1768c692857aa661e5208d8c (patch)
treea4f04878ee97b3c507d737e93b00569e508f839a
parent2f9ed0638f8fd628a323ba902044557c2e31ad28 (diff)
downloadplus-f66d0455c65855da1768c692857aa661e5208d8c.tar.gz
plus-f66d0455c65855da1768c692857aa661e5208d8c.tar.bz2
plus-f66d0455c65855da1768c692857aa661e5208d8c.tar.xz
plus-f66d0455c65855da1768c692857aa661e5208d8c.zip
Remove extra include.
-rw-r--r--src/gui/windows/shopwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/shopwindow.cpp b/src/gui/windows/shopwindow.cpp
index dd09303fe..7f4fdc538 100644
--- a/src/gui/windows/shopwindow.cpp
+++ b/src/gui/windows/shopwindow.cpp
@@ -22,8 +22,6 @@
#include "gui/windows/shopwindow.h"
-#include "const/sound.h"
-
#include "const/resources/currency.h"
#ifdef TMWA_SUPPORT
@@ -33,6 +31,8 @@
#include "gui/windows/shopselldialog.h"
#include "gui/windows/tradewindow.h"
+#include "const/sound.h"
+
#include "const/gui/chat.h"
#endif // TMWA_SUPPORT