diff options
-rw-r--r-- | src/gui/windows/shopwindow.cpp | 4 |
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 |