- 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
This commit is contained in:
brianluau 2012-08-02 15:44:55 +00:00
parent df8a3313ef
commit dec30e8978
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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"