summaryrefslogtreecommitdiff
path: root/src/map/magic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic.cpp')
-rw-r--r--src/map/magic.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/map/magic.cpp b/src/map/magic.cpp
index fec8372..88ee1f1 100644
--- a/src/map/magic.cpp
+++ b/src/map/magic.cpp
@@ -1,3 +1,4 @@
+#include "magic.hpp"
// magic.cpp - Entry to the magic system.
//
// Copyright © 2004-2011 The Mana World Development Team
@@ -27,15 +28,12 @@
#include "../mmo/dumb_ptr.hpp"
-#include "magic-interpreter.hpp"
-
-#include "map.hpp"
-#include "pc.hpp"
-
#include "magic-expr.hpp"
+#include "magic-interpreter.hpp"
#include "magic-interpreter-base.hpp"
#include "magic-stmt.hpp"
-#include "magic.hpp"
+#include "map.hpp"
+#include "pc.hpp"
#include "../poison.hpp"