summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-02 15:44:55 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-02 15:44:55 +0000
commit1743f5ff2c948f8305d9226381a971755880c6d1 (patch)
tree92ef294c0ae439bccf64bec08ab8d768bebe4bd2 /src/map/skill.c
parent103ca6312d0d252b5a8a05eefa78034ad341fe6e (diff)
downloadhercules-1743f5ff2c948f8305d9226381a971755880c6d1.tar.gz
hercules-1743f5ff2c948f8305d9226381a971755880c6d1.tar.bz2
hercules-1743f5ff2c948f8305d9226381a971755880c6d1.tar.xz
hercules-1743f5ff2c948f8305d9226381a971755880c6d1.zip
- Fixed compile errors from r16560, thanks BuildBot!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16561 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 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"