diff options
Diffstat (limited to 'src/common/mapindex.c')
-rw-r--r-- | src/common/mapindex.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/mapindex.c b/src/common/mapindex.c index 42b46246d..18aa413cc 100644 --- a/src/common/mapindex.c +++ b/src/common/mapindex.c @@ -6,15 +6,14 @@ #include "mapindex.h" +#include "common/cbasetypes.h" #include "common/db.h" -#include "common/malloc.h" #include "common/mmo.h" #include "common/showmsg.h" #include "common/strlib.h" #include <stdio.h> #include <stdlib.h> -#include <string.h> /* mapindex.c interface source */ struct mapindex_interface mapindex_s; |