summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-09 23:39:08 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-09 23:39:08 +0300
commit1fe0b1cf4736dae1278513aff290fec1c24693d9 (patch)
tree0e1578365a028edc1ce680e6a5db8b9a431ba237 /src/being/localplayer.cpp
parent872368b15b84f1a2c945238b4e2a9a2ed411e849 (diff)
downloadplus-1fe0b1cf4736dae1278513aff290fec1c24693d9.tar.gz
plus-1fe0b1cf4736dae1278513aff290fec1c24693d9.tar.bz2
plus-1fe0b1cf4736dae1278513aff290fec1c24693d9.tar.xz
plus-1fe0b1cf4736dae1278513aff290fec1c24693d9.zip
remove unused includes from being files.
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r--src/being/localplayer.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp
index 6a0aa1b19..2179dc318 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -26,12 +26,10 @@
#include "client.h"
#include "configuration.h"
#include "dropshortcut.h"
-#include "effectmanager.h"
#include "guild.h"
#include "item.h"
#include "maplayer.h"
#include "party.h"
-#include "simpleanimation.h"
#include "soundconsts.h"
#include "soundmanager.h"
#include "statuseffect.h"
@@ -59,21 +57,13 @@
#include "gui/widgets/gmtab.h"
#include "gui/widgets/whispertab.h"
-#include "render/graphics.h"
-
#include "net/beinghandler.h"
#include "net/chathandler.h"
-#include "net/guildhandler.h"
#include "net/inventoryhandler.h"
#include "net/net.h"
-#include "net/partyhandler.h"
#include "net/playerhandler.h"
-#include "net/skillhandler.h"
-#include "net/tradehandler.h"
-#include "resources/imageset.h"
#include "resources/iteminfo.h"
-#include "resources/resourcemanager.h"
#include "utils/gettext.h"