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 | |
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')
-rw-r--r-- | src/commandhandler.h | 1 | ||||
-rw-r--r-- | src/commands.cpp | 1 | ||||
-rw-r--r-- | src/commands.h | 2 | ||||
-rw-r--r-- | src/gui/chatwindow.cpp | 1 |
4 files changed, 3 insertions, 2 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h index 4e30dce01..0954d95c2 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -25,6 +25,7 @@ #include "commands.h" +#include <list> #include <string> #include "localconsts.h" diff --git a/src/commands.cpp b/src/commands.cpp index 44449a157..680890b65 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -32,6 +32,7 @@ #include "party.h" #include "being/localplayer.h" +#include "being/playerrelations.h" #include "gui/buydialog.h" #include "gui/chatwindow.h" 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> diff --git a/src/gui/chatwindow.cpp b/src/gui/chatwindow.cpp index 9797578ec..f87d9c3bc 100644 --- a/src/gui/chatwindow.cpp +++ b/src/gui/chatwindow.cpp @@ -33,6 +33,7 @@ #include "being/localplayer.h" #include "being/playerinfo.h" +#include "being/playerrelations.h" #include "input/inputmanager.h" #include "input/keyevent.h" |