summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/core.c b/src/common/core.c
index 8ed0b5801..984815bc2 100644
--- a/src/common/core.c
+++ b/src/common/core.c
@@ -5,6 +5,7 @@
#include "../common/mmo.h"
#include "../common/showmsg.h"
#include "../common/malloc.h"
+#include "../common/strlib.h"
#include "core.h"
#include "../common/console.h"
@@ -16,7 +17,6 @@
#include "../common/mempool.h"
#include "../common/sql.h"
#include "../config/core.h"
- #include "../common/strlib.h"
#include "../common/HPM.h"
#endif
@@ -283,8 +283,8 @@ void core_defaults(void) {
hpm_defaults();
#endif
console_defaults();
-#ifndef MINICORE
strlib_defaults();
+#ifndef MINICORE
sql_defaults();
timer_defaults();
#endif