diff options
Diffstat (limited to 'src/actions/actions.cpp')
-rw-r--r-- | src/actions/actions.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index 7d8e18591..516fa8a36 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -25,15 +25,15 @@ #include "dropshortcut.h" #include "emoteshortcut.h" #include "game.h" +#ifdef USE_OPENGL #include "graphicsmanager.h" -#include "inventory.h" +#endif #include "itemshortcut.h" #include "spellmanager.h" #include "actions/actiondef.h" #include "being/localplayer.h" -#include "being/playerinfo.h" #include "enums/being/attributes.h" @@ -64,14 +64,15 @@ #include "gui/widgets/tabs/chat/chattab.h" -#include "render/graphics.h" #if defined USE_OPENGL #include "render/normalopenglgraphics.h" #endif #include "net/adminhandler.h" #include "net/beinghandler.h" +#ifdef EATHENA_SUPPORT #include "net/buyingstorehandler.h" +#endif #include "net/buysellhandler.h" #include "net/chathandler.h" #include "net/download.h" @@ -92,8 +93,6 @@ #include "resources/resourcemanager.h" #include "resources/skillconsts.h" -#include "resources/db/itemdb.h" - #include "utils/chatutils.h" #include "utils/delete2.h" #include "utils/gettext.h" |