summaryrefslogtreecommitdiff
path: root/src/player_relations.cpp
diff options
context:
space:
mode:
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