diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-14 23:54:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-14 23:54:21 +0300 |
commit | bce94fcdf18b2667fffdb4262bfc0ffbf5be49fe (patch) | |
tree | e464e3a8ed0894e6a7224f6c0e81b6e130001a51 /src/actions | |
parent | cc0e4d4fdd94afe7e892f7fa05ea88a5f20320d7 (diff) | |
download | plus-bce94fcdf18b2667fffdb4262bfc0ffbf5be49fe.tar.gz plus-bce94fcdf18b2667fffdb4262bfc0ffbf5be49fe.tar.bz2 plus-bce94fcdf18b2667fffdb4262bfc0ffbf5be49fe.tar.xz plus-bce94fcdf18b2667fffdb4262bfc0ffbf5be49fe.zip |
Remove extra include from commands.cpp
Diffstat (limited to 'src/actions')
-rw-r--r-- | src/actions/commands.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp index 1016ee6cb..6f2bba4a7 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -33,8 +33,6 @@ #include "being/homunculusinfo.h" #include "being/playerinfo.h" -#include "enums/resources/skill/casttype.h" - #include "gui/viewport.h" #include "gui/popups/popupmenu.h" |