diff options
Diffstat (limited to 'src/map/intif.c')
-rw-r--r-- | src/map/intif.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/map/intif.c b/src/map/intif.c index 8e66c0e1e..9e7effef3 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -1,13 +1,6 @@ // Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder -#include <sys/types.h> -#include <stdio.h> -#include <stdlib.h> -#include <signal.h> -#include <fcntl.h> -#include <string.h> - #include "../common/showmsg.h" #include "../common/socket.h" #include "../common/timer.h" @@ -26,6 +19,14 @@ #include "atcommand.h" #include "mercenary.h" //albator +#include <sys/types.h> +#include <stdio.h> +#include <stdlib.h> +#include <signal.h> +#include <fcntl.h> +#include <string.h> + + static const int packet_len_table[]={ -1,-1,27,-1, -1, 0,37, 0, 0, 0, 0, 0, 0, 0, 0, 0, //0x3800-0x380f -1, 7, 0, 0, 0, 0, 0, 0, -1,11, 0, 0, 0, 0, 0, 0, //0x3810 |