From cb6948b6fd526103b55a538498075d00aa46e303 Mon Sep 17 00:00:00 2001 From: akkadius Date: Sat, 29 Nov 2014 15:02:34 -0600 Subject: [PATCH] npc.cpp #include cleanup entity.cpp #include cleanup --- zone/entity.cpp | 18 +++++++----------- zone/npc.cpp | 8 ++++---- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/zone/entity.cpp b/zone/entity.cpp index 781e1164e..cae20c3ce 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -19,7 +19,6 @@ #include #include #include -#include #include #include @@ -30,19 +29,16 @@ #include "../common/unix.h" #endif -#include "net.h" -#include "masterentity.h" -#include "worldserver.h" -#include "../common/guilds.h" -#include "../common/packet_dump.h" -#include "../common/packet_functions.h" -#include "petitions.h" -#include "../common/spdat.h" #include "../common/features.h" -#include "string_ids.h" +#include "../common/guilds.h" +#include "../common/spdat.h" #include "guild_mgr.h" -#include "raids.h" +#include "net.h" +#include "petitions.h" #include "quest_parser_collection.h" +#include "raids.h" +#include "string_ids.h" +#include "worldserver.h" #ifdef _WINDOWS #define snprintf _snprintf diff --git a/zone/npc.cpp b/zone/npc.cpp index b8d838d6d..b5716e845 100644 --- a/zone/npc.cpp +++ b/zone/npc.cpp @@ -25,10 +25,10 @@ #include "../common/spdat.h" #include "../common/string_util.h" #include "../common/clientversions.h" -#include "../common/features.h" // -#include "../common/item.h" // -#include "../common/item_struct.h" // -#include "../common/linked_list.h" // +#include "../common/features.h" +#include "../common/item.h" +#include "../common/item_struct.h" +#include "../common/linked_list.h" #include "../common/servertalk.h" #include "aa.h"