diff options
Diffstat (limited to 'src/map/log.c')
-rw-r--r-- | src/map/log.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/map/log.c b/src/map/log.c index 97726bb6e..e1e35f63d 100644 --- a/src/map/log.c +++ b/src/map/log.c @@ -1,10 +1,6 @@ // Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder -#include <stdlib.h> -#include <stdio.h> -#include <string.h> - #include "../common/strlib.h" #include "../common/nullpo.h" #include "../common/showmsg.h" @@ -13,6 +9,11 @@ #include "log.h" #include "battle.h" +#include <stdlib.h> +#include <stdio.h> +#include <string.h> + + struct Log_Config log_config; char timestring[255]; |