diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2010-12-06 23:52:19 +0100 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2010-12-06 23:52:19 +0100 |
commit | 12214ad30d89cc4dc033b1ef912c4072dd80927e (patch) | |
tree | 50e3fe95ce9966ef27c9bd0e1e738851beb770f2 /src/being.cpp | |
parent | f622cf4c545033e25fde7f3e1105cdf2118d7016 (diff) | |
download | mana-12214ad30d89cc4dc033b1ef912c4072dd80927e.tar.gz mana-12214ad30d89cc4dc033b1ef912c4072dd80927e.tar.bz2 mana-12214ad30d89cc4dc033b1ef912c4072dd80927e.tar.xz mana-12214ad30d89cc4dc033b1ef912c4072dd80927e.zip |
Removed superfluous #includes taken from checkheaders list.
Resolves: Mana-Mantis #265.
Trivial fix.
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/being.cpp b/src/being.cpp index d0442610..543b16d0 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -37,9 +37,7 @@ #include "playerrelations.h" #include "simpleanimation.h" #include "sound.h" -#include "sprite.h" #include "text.h" -#include "statuseffect.h" #include "gui/gui.h" #include "gui/socialwindow.h" @@ -59,13 +57,10 @@ #include "resources/iteminfo.h" #include "resources/monsterdb.h" #include "resources/npcdb.h" -#include "resources/resourcemanager.h" #include "resources/theme.h" #include "resources/userpalette.h" -#include "utils/dtor.h" #include "utils/stringutils.h" -#include "utils/xml.h" #include <cassert> #include <cmath> |