diff options
Diffstat (limited to 'src/common/utils.c')
-rw-r--r-- | src/common/utils.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/utils.c b/src/common/utils.c index 865b3575b..07e2e9fdf 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -8,7 +8,6 @@ #include "common/cbasetypes.h" #include "common/core.h" -#include "common/malloc.h" #include "common/mmo.h" #include "common/showmsg.h" #include "common/socket.h" @@ -21,15 +20,12 @@ # endif /* F_OK */ #else # include <dirent.h> -# include <sys/stat.h> # include <unistd.h> #endif #include <math.h> // floor() -#include <stdarg.h> #include <stdio.h> #include <stdlib.h> -#include <string.h> #include <sys/stat.h> // cache purposes [Ind/Hercules] struct HCache_interface HCache_s; |