summaryrefslogtreecommitdiff
path: root/src/player_relations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player_relations.h')
-rw-r--r--src/player_relations.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/player_relations.h b/src/player_relations.h
index 0f8bb4e3..1eb4ede6 100644
--- a/src/player_relations.h
+++ b/src/player_relations.h
@@ -27,9 +27,8 @@
#include <string>
#include <vector>
-#include "being.h"
-#include "configuration.h"
-#include "player.h"
+class Being;
+class Player;
struct PlayerRelation
{