diff options
-rw-r--r-- | src/map/skill.c | 2 | ||||
-rw-r--r-- | 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 79ff1a490..06e68fb29 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 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" |