summaryrefslogtreecommitdiff
path: root/src/player_relations.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-07 21:51:35 -0700
committerIra Rice <irarice@gmail.com>2009-02-07 21:51:35 -0700
commit450edb5900a46ada0cc6292f0079a31ea5d04573 (patch)
treea8b110ef8c1057da3c7d8fb9f1fbcdf88327db88 /src/player_relations.cpp
parent303609031d8b70f0b20002b28e2de450e0ad7fb7 (diff)
downloadmana-client-450edb5900a46ada0cc6292f0079a31ea5d04573.tar.gz
mana-client-450edb5900a46ada0cc6292f0079a31ea5d04573.tar.bz2
mana-client-450edb5900a46ada0cc6292f0079a31ea5d04573.tar.xz
mana-client-450edb5900a46ada0cc6292f0079a31ea5d04573.zip
Some more include cleanups.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/player_relations.cpp')
-rw-r--r--src/player_relations.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/player_relations.cpp b/src/player_relations.cpp
index 057eea94..6386c246 100644
--- a/src/player_relations.cpp
+++ b/src/player_relations.cpp
@@ -21,12 +21,13 @@
#include <algorithm>
+#include "being.h"
#include "beingmanager.h"
+#include "configuration.h"
#include "graphics.h"
+#include "player.h"
#include "player_relations.h"
-#include "gui/gui.h"
-
#define PLAYER_IGNORE_STRATEGY_NOP "nop"
#define PLAYER_IGNORE_STRATEGY_EMOTE0 "emote0"
#define DEFAULT_IGNORE_STRATEGY PLAYER_IGNORE_STRATEGY_EMOTE0