about summary refs log tree commit diff
path: root/src/game/server/entities/character.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/entities/character.hpp')
-rw-r--r--src/game/server/entities/character.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/entities/character.hpp b/src/game/server/entities/character.hpp
index 6ceb987c..2536bb79 100644
--- a/src/game/server/entities/character.hpp
+++ b/src/game/server/entities/character.hpp
@@ -7,7 +7,7 @@
 #include <game/generated/gs_data.hpp>
 #include <game/generated/g_protocol.hpp>
 
-#include <game/g_game.hpp>
+#include <game/gamecore.hpp>
 
 class CHARACTER : public ENTITY
 {