diff options
Diffstat (limited to 'src/common/db.c')
-rw-r--r-- | src/common/db.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/common/db.c b/src/common/db.c index 69e2333a9..4df5c08db 100644 --- a/src/common/db.c +++ b/src/common/db.c @@ -72,16 +72,17 @@ #include "db.h" +#include "common/ers.h" +#include "common/malloc.h" +#include "common/mmo.h" +#include "common/showmsg.h" +#include "common/strlib.h" + #include <stdio.h> #include <stdlib.h> -#include "../common/ers.h" -#include "../common/malloc.h" -#include "../common/mmo.h" -#include "../common/showmsg.h" -#include "../common/strlib.h" - struct db_interface DB_s; +struct db_interface *DB; /*****************************************************************************\ * (1) Private typedefs, enums, structures, defines and global variables of * |