diff options
Diffstat (limited to 'src/map/vending.c')
-rw-r--r-- | src/map/vending.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/map/vending.c b/src/map/vending.c index a84189407..c44cb333f 100644 --- a/src/map/vending.c +++ b/src/map/vending.c @@ -1,9 +1,6 @@ // Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder -#include <stdio.h> -#include <string.h> - #include "../common/nullpo.h" #include "clif.h" #include "itemdb.h" @@ -18,6 +15,10 @@ #include "irc.h" +#include <stdio.h> +#include <string.h> + + /*========================================== * ˜I“X•Â½ *------------------------------------------*/ |