瀏覽代碼

- fixed a few include lines.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10293 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex 18 年之前
父節點
當前提交
44ac188d6f
共有 2 個文件被更改,包括 5 次插入6 次删除
  1. 2 2
      src/char_sql/char.c
  2. 3 4
      src/char_sql/int_guild.c

+ 2 - 2
src/char_sql/char.c

@@ -23,11 +23,11 @@
 #include "../common/utils.h"
 #include "../common/strlib.h"
 #include "../common/showmsg.h"
+#include "../common/db.h"
+#include "../common/malloc.h"
 
 #include "itemdb.h"
 #include "inter.h"
-#include "db.h"
-#include "malloc.h"
 #include "int_guild.h"
 #include "int_homun.h"
 #include "char.h"

+ 3 - 4
src/char_sql/int_guild.c

@@ -12,12 +12,11 @@
 #include "../common/cbasetypes.h"
 #include "../common/strlib.h"
 #include "../common/showmsg.h"
-// #include "int_storage.h"
+#include "../common/db.h"
+#include "../common/malloc.h"
+#include "../common/socket.h"
 #include "inter.h"
 #include "int_guild.h"
-#include "socket.h"
-#include "db.h"
-#include "malloc.h"
 #include "char.h"
 
 #define GS_MEMBER_UNMODIFIED 0x00