diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-15 21:27:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-15 21:27:05 +0300 |
commit | d0faf695853fa51ff72a557e3bb7f300acabdfa8 (patch) | |
tree | 3304f8d80d96c66878e2adfc98af307c160a0699 /src/commands.h | |
parent | 9eb8b003fa4b578472b6432cbcdebc736df7cf6e (diff) | |
download | plus-d0faf695853fa51ff72a557e3bb7f300acabdfa8.tar.gz plus-d0faf695853fa51ff72a557e3bb7f300acabdfa8.tar.bz2 plus-d0faf695853fa51ff72a557e3bb7f300acabdfa8.tar.xz plus-d0faf695853fa51ff72a557e3bb7f300acabdfa8.zip |
remove some other unused includes.
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands.h b/src/commands.h index d196b9c51..9a5c60157 100644 --- a/src/commands.h +++ b/src/commands.h @@ -23,8 +23,6 @@ #ifndef COMMANDS_H #define COMMANDS_H -#include "being/playerrelations.h" - #include "input/keydata.h" #include <string> |