From dec30e8978dc889a0d238a97cdccf0b6963e7e02 Mon Sep 17 00:00:00 2001 From: brianluau Date: Thu, 2 Aug 2012 15:44:55 +0000 Subject: [PATCH] - 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 --- src/map/skill.c | 2 +- src/map/unit.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/map/skill.c b/src/map/skill.c index 79ff1a4906..06e68fb294 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -11,12 +11,12 @@ #include "../common/utils.h" #include "../common/ers.h" -#include "skill.h" #include "map.h" #include "path.h" #include "clif.h" #include "pc.h" #include "status.h" +#include "skill.h" #include "pet.h" #include "homunculus.h" #include "mercenary.h" diff --git a/src/map/unit.c b/src/map/unit.c index 26ff0f0fea..f160cb0ce7 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"