diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-19 17:10:11 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-19 17:10:11 +0000 |
commit | 6b3b419efb80f3bbf7c31b95821e2551c337d898 (patch) | |
tree | 523243dab97020bed8306aed1285a13a9458276b /src | |
parent | 8802fe420b568c0a93ba0bd88c6005efc1ff5e10 (diff) | |
download | hercules-6b3b419efb80f3bbf7c31b95821e2551c337d898.tar.gz hercules-6b3b419efb80f3bbf7c31b95821e2551c337d898.tar.bz2 hercules-6b3b419efb80f3bbf7c31b95821e2551c337d898.tar.xz hercules-6b3b419efb80f3bbf7c31b95821e2551c337d898.zip |
- fixed a few include lines.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10293 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r-- | src/char_sql/char.c | 4 | ||||
-rw-r--r-- | src/char_sql/int_guild.c | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/src/char_sql/char.c b/src/char_sql/char.c index 80743dac9..d9fcea839 100644 --- a/src/char_sql/char.c +++ b/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" diff --git a/src/char_sql/int_guild.c b/src/char_sql/int_guild.c index 7e688d6cf..4ad20e6c4 100644 --- a/src/char_sql/int_guild.c +++ b/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 |