From 7e53a73059c2f9a1c5c080c9872eadafc117c53b Mon Sep 17 00:00:00 2001 From: Spp Date: Wed, 3 Aug 2011 12:28:42 +0200 Subject: Core/Vehicles: Remove Vehicle.h dependency from other header files --- src/server/game/AI/SmartScripts/SmartScript.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/game/AI/SmartScripts') diff --git a/src/server/game/AI/SmartScripts/SmartScript.cpp b/src/server/game/AI/SmartScripts/SmartScript.cpp index 63333f41b21..d2cd386828b 100644 --- a/src/server/game/AI/SmartScripts/SmartScript.cpp +++ b/src/server/game/AI/SmartScripts/SmartScript.cpp @@ -31,6 +31,7 @@ #include "SmartScript.h" #include "SmartAI.h" #include "Group.h" +#include "Vehicle.h" SmartScript::SmartScript() { -- cgit v1.2.3