diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-31 20:38:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-31 20:38:42 +0300 |
commit | b310c51796d1632aeefc834dc0e931c52f909a41 (patch) | |
tree | 1332b627664b8450cc3fdbbd2995ce0ffc67b724 /src/actionmanager.cpp | |
parent | 07c2392f2a7a7fa90d1c0dfe97dbd3bf29fdfad1 (diff) | |
download | mv-b310c51796d1632aeefc834dc0e931c52f909a41.tar.gz mv-b310c51796d1632aeefc834dc0e931c52f909a41.tar.bz2 mv-b310c51796d1632aeefc834dc0e931c52f909a41.tar.xz mv-b310c51796d1632aeefc834dc0e931c52f909a41.zip |
move render classes into render dir.
Diffstat (limited to 'src/actionmanager.cpp')
-rw-r--r-- | src/actionmanager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/actionmanager.cpp b/src/actionmanager.cpp index 54bf179ae..3ce8c39a1 100644 --- a/src/actionmanager.cpp +++ b/src/actionmanager.cpp @@ -24,7 +24,6 @@ #include "dropshortcut.h" #include "emoteshortcut.h" #include "game.h" -#include "graphics.h" #include "inputevent.h" #include "itemshortcut.h" #include "inputmanager.h" @@ -59,6 +58,8 @@ #include "gui/widgets/chattab.h" +#include "render/graphics.h" + #include "net/playerhandler.h" #include "utils/gettext.h" |