diff options
author | Haru <haru@dotalux.com> | 2015-06-05 01:49:44 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-06-19 12:38:08 +0200 |
commit | f2fbdc16a14d07e0895cc09eeba689bc556481d2 (patch) | |
tree | 76c299f94ef60fa6007321b8c403ebc93d8027c1 /src/common/utils.c | |
parent | 080980071b952141275526f1745d8d74c10e4deb (diff) | |
download | hercules-f2fbdc16a14d07e0895cc09eeba689bc556481d2.tar.gz hercules-f2fbdc16a14d07e0895cc09eeba689bc556481d2.tar.bz2 hercules-f2fbdc16a14d07e0895cc09eeba689bc556481d2.tar.xz hercules-f2fbdc16a14d07e0895cc09eeba689bc556481d2.zip |
Cleaned up some #includes
Signed-off-by: Haru <haru@dotalux.com>
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; |