From 90f2d2aeffdb345e9fdfc5c3e56fffa71281f2ee Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 21 Jan 2013 21:50:36 -0800 Subject: Remove unnecessary includes, speeding up recompilation --- src/map/magic-expr.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/map/magic-expr.cpp') diff --git a/src/map/magic-expr.cpp b/src/map/magic-expr.cpp index def1ece..6ad2cef 100644 --- a/src/map/magic-expr.cpp +++ b/src/map/magic-expr.cpp @@ -1,12 +1,16 @@ +#include "magic-expr-eval.hpp" #include "magic-expr.hpp" +#include "magic-interpreter-aux.hpp" #include #include "../common/cxxstdio.hpp" #include "../common/mt_rand.hpp" +#include "battle.hpp" +#include "npc.hpp" +#include "pc.hpp" #include "itemdb.hpp" -#include "magic-expr-eval.hpp" #include "../poison.hpp" -- cgit v1.2.3-60-g2f50