diff options
Diffstat (limited to 'src/map/guild.c')
-rw-r--r-- | src/map/guild.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/map/guild.c b/src/map/guild.c index b1a8ea8a2..462f2cd76 100644 --- a/src/map/guild.c +++ b/src/map/guild.c @@ -1,10 +1,6 @@ // Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder -#include <stdio.h> -#include <stdlib.h> -#include <string.h> - #include "../common/cbasetypes.h" #include "../common/timer.h" #include "../common/nullpo.h" @@ -27,6 +23,11 @@ #include "skill.h" #include "log.h" +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + + static DB guild_db; static DB castle_db; static DB guild_expcache_db; |