diff options
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r-- | src/map/itemdb.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c index 4e93dc309..1ba86cbc4 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.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/nullpo.h" #include "../common/malloc.h" #include "../common/showmsg.h" @@ -15,6 +11,11 @@ #include "script.h" // item script processing #include "pc.h" // W_MUSICAL, W_WHIP +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + + static struct dbt* item_db; static struct item_group itemgroup_db[MAX_ITEMGROUP]; |