diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/map/map.c b/src/map/map.c index 971ffc9f0..b2e0fc376 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1,22 +1,12 @@ // 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 <stdarg.h> -#include <math.h> - -#ifndef _WIN32 -#include <unistd.h> -#endif - #include "../common/cbasetypes.h" #include "../common/core.h" #include "../common/timer.h" #include "../common/grfio.h" #include "../common/malloc.h" -#include "../common/socket.h" +#include "../common/socket.h" // WFIFO*() #include "../common/showmsg.h" #include "../common/version.h" #include "../common/nullpo.h" @@ -49,6 +39,16 @@ #include "irc.h" +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <stdarg.h> +#include <math.h> + +#ifndef _WIN32 +#include <unistd.h> +#endif + #ifndef TXT_ONLY #include "mail.h" |