diff options
Diffstat (limited to 'src/common/mapindex.h')
-rw-r--r-- | src/common/mapindex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/mapindex.h b/src/common/mapindex.h index 87a275f57..408078ceb 100644 --- a/src/common/mapindex.h +++ b/src/common/mapindex.h @@ -5,8 +5,8 @@ #ifndef COMMON_MAPINDEX_H #define COMMON_MAPINDEX_H -#include "../common/db.h" -#include "../common/mmo.h" +#include "common/db.h" +#include "common/mmo.h" #define MAX_MAPINDEX 2000 |