diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-29 06:54:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-29 06:54:23 +0300 |
commit | f66d0455c65855da1768c692857aa661e5208d8c (patch) | |
tree | a4f04878ee97b3c507d737e93b00569e508f839a | |
parent | 2f9ed0638f8fd628a323ba902044557c2e31ad28 (diff) | |
download | manaplus-f66d0455c65855da1768c692857aa661e5208d8c.tar.gz manaplus-f66d0455c65855da1768c692857aa661e5208d8c.tar.bz2 manaplus-f66d0455c65855da1768c692857aa661e5208d8c.tar.xz manaplus-f66d0455c65855da1768c692857aa661e5208d8c.zip |
Remove extra include.
-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 |