diff options
| author | Spp <spp@jorge.gr> | 2012-11-20 20:45:10 +0100 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-11-20 20:45:10 +0100 |
| commit | cd2b79f8d4b978559cc564f0a9a1c22bf03afeea (patch) | |
| tree | a053e89866f17e1395a590ef9c010ef5ed4bc171 | |
| parent | 08b7439f484a3ea430ee5b04d9101d98bb3dc195 (diff) | |
Fix compile under windows
| -rwxr-xr-x | src/server/game/Entities/Unit/Unit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Entities/Unit/Unit.cpp b/src/server/game/Entities/Unit/Unit.cpp index 13b3335cfdc..64a47c4bf8b 100755 --- a/src/server/game/Entities/Unit/Unit.cpp +++ b/src/server/game/Entities/Unit/Unit.cpp @@ -16,11 +16,12 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "Unit.h" +#include "Common.h" #include "Battlefield.h" #include "BattlefieldMgr.h" #include "Battleground.h" #include "CellImpl.h" -#include "Common.h" #include "ConditionMgr.h" #include "CreatureAI.h" #include "CreatureAIImpl.h" @@ -53,7 +54,6 @@ #include "TemporarySummon.h" #include "Totem.h" #include "Transport.h" -#include "Unit.h" #include "UpdateFieldFlags.h" #include "Util.h" #include "Vehicle.h" |
