diff options
Diffstat (limited to 'src/map/party.c')
-rw-r--r-- | src/map/party.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/map/party.c b/src/map/party.c index 43835f94f..eeb3d5b9a 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -1,13 +1,9 @@ // 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/cbasetypes.h" #include "../common/timer.h" -#include "../common/socket.h" +#include "../common/socket.h" // last_tick #include "../common/nullpo.h" #include "../common/malloc.h" #include "../common/showmsg.h" @@ -23,6 +19,11 @@ #include "status.h" #include "itemdb.h" +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + + static DB party_db; int party_share_level = 10; int party_send_xy_timer(int tid,unsigned int tick,int id,int data); |