summaryrefslogtreecommitdiff
path: root/src/map/magic-stmt.cpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-24 22:09:54 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-24 22:31:00 -0700
commitdc0762c547cab250d4fe081706930582a27c0b46 (patch)
tree82b00bc460af9543769e4769521b2fc73fdb2437 /src/map/magic-stmt.cpp
parentc093f4cce643e245ab2048e0782237744208eb9f (diff)
downloadtmwa-dc0762c547cab250d4fe081706930582a27c0b46.tar.gz
tmwa-dc0762c547cab250d4fe081706930582a27c0b46.tar.bz2
tmwa-dc0762c547cab250d4fe081706930582a27c0b46.tar.xz
tmwa-dc0762c547cab250d4fe081706930582a27c0b46.zip
Conform magic headers to the decl/def rule
Diffstat (limited to 'src/map/magic-stmt.cpp')
-rw-r--r--src/map/magic-stmt.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/magic-stmt.cpp b/src/map/magic-stmt.cpp
index 5710828..98cdb7e 100644
--- a/src/map/magic-stmt.cpp
+++ b/src/map/magic-stmt.cpp
@@ -1,5 +1,4 @@
#include "magic-stmt.hpp"
-#include "magic.hpp"
// magic-stmt.cpp - Imperative commands for the magic backend.
//
// Copyright © 2004-2011 The Mana World Development Team
@@ -33,12 +32,13 @@
#include "../mmo/timer.hpp"
+#include "battle.hpp"
+#include "clif.hpp"
+#include "magic.hpp"
#include "magic-expr.hpp"
#include "magic-expr-eval.hpp"
#include "magic-interpreter.hpp"
-
-#include "battle.hpp"
-#include "clif.hpp"
+#include "magic-interpreter-base.hpp"
#include "mob.hpp"
#include "npc.hpp"
#include "pc.hpp"