diff options
Diffstat (limited to 'src/char/char.h')
-rw-r--r-- | src/char/char.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/char/char.h b/src/char/char.h index 516598fbe..be04dbe21 100644 --- a/src/char/char.h +++ b/src/char/char.h @@ -5,9 +5,9 @@ #ifndef COMMON_CHAR_H #define COMMON_CHAR_H -#include "../common/cbasetypes.h" -#include "../common/core.h" // CORE_ST_LAST -#include "../common/db.h" +#include "common/cbasetypes.h" +#include "common/core.h" // CORE_ST_LAST +#include "common/db.h" enum E_CHARSERVER_ST { CHARSERVER_ST_RUNNING = CORE_ST_LAST, |