diff options
Diffstat (limited to 'src/common/core.h')
-rw-r--r-- | src/common/core.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/core.h b/src/common/core.h index 827d345ba..d96e8506a 100644 --- a/src/common/core.h +++ b/src/common/core.h @@ -5,9 +5,9 @@ #ifndef COMMON_CORE_H #define COMMON_CORE_H -#include "../common/cbasetypes.h" -#include "../common/db.h" -#include "../common/mmo.h" +#include "common/cbasetypes.h" +#include "common/db.h" +#include "common/mmo.h" /* so that developers with --enable-debug can raise signals from any section of the code they'd like */ #ifdef DEBUG |