diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-28 21:42:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-28 21:42:33 +0300 |
commit | 9260aeeb212583c430e4f9aaa3e8b37559774fe3 (patch) | |
tree | 75f520ba0f8e62fe2161cbb8029c3f088777f618 /src/gui/windows/inventorywindow.cpp | |
parent | 00f62e4f3db5aa737b4242a3d691d2ade299fc72 (diff) | |
download | ManaVerse-9260aeeb212583c430e4f9aaa3e8b37559774fe3.tar.gz ManaVerse-9260aeeb212583c430e4f9aaa3e8b37559774fe3.tar.bz2 ManaVerse-9260aeeb212583c430e4f9aaa3e8b37559774fe3.tar.xz ManaVerse-9260aeeb212583c430e4f9aaa3e8b37559774fe3.zip |
Remove extra includes.
Diffstat (limited to 'src/gui/windows/inventorywindow.cpp')
-rw-r--r-- | src/gui/windows/inventorywindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/inventorywindow.cpp b/src/gui/windows/inventorywindow.cpp index d35ba037b..04be6d0f4 100644 --- a/src/gui/windows/inventorywindow.cpp +++ b/src/gui/windows/inventorywindow.cpp @@ -26,6 +26,8 @@ #include "being/playerinfo.h" +#include "const/sound.h" + #include "enums/gui/layouttype.h" #include "input/inputmanager.h" |