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-interpreter-base.cpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/map/magic-interpreter-base.cpp') diff --git a/src/map/magic-interpreter-base.cpp b/src/map/magic-interpreter-base.cpp index 79f77da..0ddc4fd 100644 --- a/src/map/magic-interpreter-base.cpp +++ b/src/map/magic-interpreter-base.cpp @@ -1,7 +1,11 @@ -#include "magic.hpp" -#include "magic-expr.hpp" -#include "magic-interpreter.hpp" #include "magic-interpreter-aux.hpp" +#include "magic-interpreter.hpp" + +#include "../common/cxxstdio.hpp" + +#include "magic-expr.hpp" + +#include "pc.hpp" #include "../poison.hpp" -- cgit v1.2.3-60-g2f50