aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Grids/Notifiers
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-06-08 13:05:47 -0600
committerBrian <runningnak3d@gmail.com>2010-06-08 13:05:47 -0600
commitb76b6700edeac8f7b036e39400cbfb6bd1a22c33 (patch)
treec490994f020f5c5ff6c12e819615ead04d21b51c /src/server/game/Grids/Notifiers
parent413af7b21f57930c8cb4a0777168bd601828c51a (diff)
* Linux compile with and without PCH fixed
* Script library compile fixed * --todo: fix all scripts themselves :) --HG-- branch : trunk
Diffstat (limited to 'src/server/game/Grids/Notifiers')
-rw-r--r--src/server/game/Grids/Notifiers/GridNotifiers.h8
-rw-r--r--src/server/game/Grids/Notifiers/GridNotifiersImpl.h6
2 files changed, 7 insertions, 7 deletions
diff --git a/src/server/game/Grids/Notifiers/GridNotifiers.h b/src/server/game/Grids/Notifiers/GridNotifiers.h
index 9cbcb078128..b0abf0aae79 100644
--- a/src/server/game/Grids/Notifiers/GridNotifiers.h
+++ b/src/server/game/Grids/Notifiers/GridNotifiers.h
@@ -21,13 +21,13 @@
#ifndef TRINITY_GRIDNOTIFIERS_H
#define TRINITY_GRIDNOTIFIERS_H
-#include "Grids/ObjectGridLoader.h"
-#include "Updates/UpdateData.h"
+#include "ObjectGridLoader.h"
+#include "UpdateData.h"
#include <iostream>
-#include "Entities/Corpse/Corpse.h"
+#include "Corpse.h"
#include "Object.h"
-#include "Entities/DynamicObject/DynamicObject.h"
+#include "DynamicObject.h"
#include "GameObject.h"
#include "Player.h"
#include "Unit.h"
diff --git a/src/server/game/Grids/Notifiers/GridNotifiersImpl.h b/src/server/game/Grids/Notifiers/GridNotifiersImpl.h
index 43cb94540c3..26a9c0bd328 100644
--- a/src/server/game/Grids/Notifiers/GridNotifiersImpl.h
+++ b/src/server/game/Grids/Notifiers/GridNotifiersImpl.h
@@ -22,10 +22,10 @@
#define TRINITY_GRIDNOTIFIERSIMPL_H
#include "GridNotifiers.h"
-#include "Packets/WorldPacket.h"
-#include "Corpse/Corpse.h"
+#include "WorldPacket.h"
+#include "Corpse.h"
#include "Player.h"
-#include "Updates/UpdateData.h"
+#include "UpdateData.h"
#include "CreatureAI.h"
#include "SpellAuras.h"