diff options
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index f1e29c5c3..22a0ac5dc 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -6,9 +6,11 @@ #include <string.h>
#include <time.h>
-#include "timer.h"
-#include "nullpo.h"
-#include "malloc.h"
+#include "../common/timer.h"
+#include "../common/nullpo.h"
+#include "../common/malloc.h"
+#include "../common/showmsg.h"
+#include "../common/grfio.h"
#include "skill.h"
#include "map.h"
@@ -25,8 +27,6 @@ #include "log.h"
#include "chrif.h"
#include "guild.h"
-#include "showmsg.h"
-#include "grfio.h"
#include "date.h"
#define SKILLUNITTIMER_INVERVAL 100
|