diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-07 21:24:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-07 21:24:36 +0300 |
commit | 10110088e065d896745294bd6f6c14ecd76fa9f6 (patch) | |
tree | b58942c8e257393ec290976700ae6441149bb043 /src/net/ea/chathandler.cpp | |
parent | ade52fa9b4255a9031ab4d567606f0d22ea6089c (diff) | |
download | plus-10110088e065d896745294bd6f6c14ecd76fa9f6.tar.gz plus-10110088e065d896745294bd6f6c14ecd76fa9f6.tar.bz2 plus-10110088e065d896745294bd6f6c14ecd76fa9f6.tar.xz plus-10110088e065d896745294bd6f6c14ecd76fa9f6.zip |
Remove unused includes.
Diffstat (limited to 'src/net/ea/chathandler.cpp')
-rw-r--r-- | src/net/ea/chathandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp index 9f307f545..4bec39513 100644 --- a/src/net/ea/chathandler.cpp +++ b/src/net/ea/chathandler.cpp @@ -27,7 +27,7 @@ #include "guildmanager.h" #include "notifymanager.h" -#include "being/localplayer.h" +#include "being/being.h" #include "being/playerrelations.h" #include "gui/windows/chatwindow.h" |