summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index 26ff0f0fe..f160cb0ce 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -7,7 +7,7 @@
#include "../common/db.h"
#include "../common/malloc.h"
#include "../common/random.h"
-#include "unit.h"
+
#include "map.h"
#include "path.h"
#include "pc.h"
@@ -23,6 +23,7 @@
#include "npc.h"
#include "guild.h"
#include "status.h"
+#include "unit.h"
#include "battle.h"
#include "battleground.h"
#include "chat.h"