Browse Source

- Fixed compile errors from r16560, thanks BuildBot!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16561 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau 12 years ago
parent
commit
dec30e8978
2 changed files with 3 additions and 2 deletions
  1. 1 1
      src/map/skill.c
  2. 2 1
      src/map/unit.c

+ 1 - 1
src/map/skill.c

@@ -11,12 +11,12 @@
 #include "../common/utils.h"
 #include "../common/utils.h"
 #include "../common/ers.h"
 #include "../common/ers.h"
 
 
-#include "skill.h"
 #include "map.h"
 #include "map.h"
 #include "path.h"
 #include "path.h"
 #include "clif.h"
 #include "clif.h"
 #include "pc.h"
 #include "pc.h"
 #include "status.h"
 #include "status.h"
+#include "skill.h"
 #include "pet.h"
 #include "pet.h"
 #include "homunculus.h"
 #include "homunculus.h"
 #include "mercenary.h"
 #include "mercenary.h"

+ 2 - 1
src/map/unit.c

@@ -7,7 +7,7 @@
 #include "../common/db.h"
 #include "../common/db.h"
 #include "../common/malloc.h"
 #include "../common/malloc.h"
 #include "../common/random.h"
 #include "../common/random.h"
-#include "unit.h"
+
 #include "map.h"
 #include "map.h"
 #include "path.h"
 #include "path.h"
 #include "pc.h"
 #include "pc.h"
@@ -23,6 +23,7 @@
 #include "npc.h"
 #include "npc.h"
 #include "guild.h"
 #include "guild.h"
 #include "status.h"
 #include "status.h"
+#include "unit.h"
 #include "battle.h"
 #include "battle.h"
 #include "battleground.h"
 #include "battleground.h"
 #include "chat.h"
 #include "chat.h"