diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-26 16:22:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-26 16:22:44 +0300 |
commit | da162d3d00dbb6e8eec9628ece5540befcaf62da (patch) | |
tree | e646e39f5c4a08863c28b69e35490645f01c2339 /src/actions | |
parent | 8fcd2e6f3002db388b1273ee3904285eb3ce8c54 (diff) | |
download | plus-da162d3d00dbb6e8eec9628ece5540befcaf62da.tar.gz plus-da162d3d00dbb6e8eec9628ece5540befcaf62da.tar.bz2 plus-da162d3d00dbb6e8eec9628ece5540befcaf62da.tar.xz plus-da162d3d00dbb6e8eec9628ece5540befcaf62da.zip |
Remove useless include.
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 a1b746852..69acd89cf 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -31,8 +31,6 @@ #include "being/localplayer.h" #include "being/playerrelations.h" -#include "const/gui/chat.h" - #include "gui/viewport.h" #ifdef EATHENA_SUPPORT |