diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-19 22:50:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-19 22:50:16 +0300 |
commit | c65cb0d97fbaa37f531d6fb47ce9d798b001b637 (patch) | |
tree | cce1030add4a837913b9e730a5550a67d03d236e /src/being/localplayer.cpp | |
parent | 3d236906de18c846aa052f1d4cef1b0686a43854 (diff) | |
download | plus-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.tar.gz plus-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.tar.bz2 plus-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.tar.xz plus-c65cb0d97fbaa37f531d6fb47ce9d798b001b637.zip |
fix code style.
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r-- | src/being/localplayer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index 4e6b7615e..73c3f40ec 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -78,7 +78,6 @@ #include "resources/map/speciallayer.h" #include "listeners/awaylistener.h" -#include "listeners/updatestatuslistener.h" #include "utils/delete2.h" #include "utils/gettext.h" |