From 020dfbf5384514fb1c40cee02ec03ff91a56f3a6 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 18:47:22 -0600 Subject: [PATCH] spell_effects header include cleanup --- zone/spell_effects.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zone/spell_effects.cpp b/zone/spell_effects.cpp index 9e7d87503..56611024b 100644 --- a/zone/spell_effects.cpp +++ b/zone/spell_effects.cpp @@ -23,9 +23,11 @@ #include "../common/rulesys.h" #include "../common/skills.h" #include "../common/spdat.h" + #include "quest_parser_collection.h" #include "string_ids.h" #include "worldserver.h" + #include #ifndef WIN32