summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-05-16 17:34:16 +0200
committerHaru <haru@dotalux.com>2014-05-16 17:34:16 +0200
commitbc1d286cc71a7ae82d9639f4a832970a287c0d71 (patch)
treee17c392fa7994068148a5567f872797f5e5d9e48 /src/map/map.h
parentd350bfeb9cc310ec329d968fc57bf4183b7cb527 (diff)
downloadhercules-bc1d286cc71a7ae82d9639f4a832970a287c0d71.tar.gz
hercules-bc1d286cc71a7ae82d9639f4a832970a287c0d71.tar.bz2
hercules-bc1d286cc71a7ae82d9639f4a832970a287c0d71.tar.xz
hercules-bc1d286cc71a7ae82d9639f4a832970a287c0d71.zip
Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3
- Includes in some files weren't sorted alphabetically. Special thanks to KeiKun. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 099370b7a..3ce59a804 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -10,9 +10,9 @@
#include "atcommand.h"
#include "../common/cbasetypes.h"
#include "../common/core.h" // CORE_ST_LAST
-#include "../common/mmo.h"
-#include "../common/mapindex.h"
#include "../common/db.h"
+#include "../common/mapindex.h"
+#include "../common/mmo.h"
#include "../common/sql.h"
struct mob_data;