Adjust includes for some Ulduar-scripts (fixes non-PCH build on *nix and should also do the same for Visual Studio/Windows)

--HG--
branch : trunk
This commit is contained in:
click
2010-07-01 16:36:48 +02:00
parent 6d5da7a505
commit f3187e9501
2 changed files with 1 additions and 2 deletions

View File

@@ -23,8 +23,8 @@
* if reached brann speaks through his radio..
*/
#include "ScriptedEscortAI.h"
#include "ScriptPCH.h"
#include "ScriptedEscortAI.h"
#include "ulduar.h"
#include "Vehicle.h"

View File

@@ -16,7 +16,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "ScriptedEscortAI.h"
#include "ScriptPCH.h"
#include "ulduar.h"