diff options
Diffstat (limited to 'src/map/path.c')
-rw-r--r-- | src/map/path.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/map/path.c b/src/map/path.c index 471e51e71..da96433ad 100644 --- a/src/map/path.c +++ b/src/map/path.c @@ -1,10 +1,6 @@ // 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/nullpo.h" #include "../common/showmsg.h" @@ -16,6 +12,11 @@ #include "memwatch.h" #endif +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + + //#define PATH_STANDALONETEST #define MAX_HEAP 150 |