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/socket.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/socket.c')
-rw-r--r-- | src/common/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/socket.c b/src/common/socket.c index aa575f1a6..17c31db50 100644 --- a/src/common/socket.c +++ b/src/common/socket.c @@ -11,6 +11,7 @@ #include "common/HPM.h" #include "common/cbasetypes.h" +#include "common/db.h" #include "common/malloc.h" #include "common/mmo.h" #include "common/showmsg.h" @@ -19,7 +20,6 @@ #include <stdio.h> #include <stdlib.h> -#include <string.h> #include <sys/types.h> #ifdef WIN32 |