mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 19:18:21 +00:00
normalize includes: world
This commit is contained in:
+25
-24
@@ -15,31 +15,32 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#include "../common/global_define.h"
|
||||
|
||||
#include "zonelist.h"
|
||||
#include "zoneserver.h"
|
||||
#include "worlddb.h"
|
||||
#include "world_config.h"
|
||||
#include "../common/misc_functions.h"
|
||||
#include "../common/servertalk.h"
|
||||
#include "../common/strings.h"
|
||||
#include "../common/random.h"
|
||||
#include "../common/json/json.h"
|
||||
#include "../common/event_sub.h"
|
||||
#include "web_interface.h"
|
||||
#include "../common/zone_store.h"
|
||||
#include "../common/events/player_event_logs.h"
|
||||
#include "../common/patches/patches.h"
|
||||
#include "../common/skill_caps.h"
|
||||
#include "../common/content/world_content_service.h"
|
||||
#include "world_boot.h"
|
||||
#include "shared_task_manager.h"
|
||||
#include "dynamic_zone_manager.h"
|
||||
#include "ucs.h"
|
||||
#include "clientlist.h"
|
||||
#include "queryserv.h"
|
||||
#include "../common/repositories/trader_repository.h"
|
||||
#include "../common/repositories/buyer_repository.h"
|
||||
|
||||
#include "common/content/world_content_service.h"
|
||||
#include "common/event_sub.h"
|
||||
#include "common/events/player_event_logs.h"
|
||||
#include "common/json/json.h"
|
||||
#include "common/misc_functions.h"
|
||||
#include "common/patches/patches.h"
|
||||
#include "common/random.h"
|
||||
#include "common/repositories/buyer_repository.h"
|
||||
#include "common/repositories/trader_repository.h"
|
||||
#include "common/servertalk.h"
|
||||
#include "common/skill_caps.h"
|
||||
#include "common/strings.h"
|
||||
#include "common/zone_store.h"
|
||||
#include "world/clientlist.h"
|
||||
#include "world/dynamic_zone_manager.h"
|
||||
#include "world/queryserv.h"
|
||||
#include "world/shared_task_manager.h"
|
||||
#include "world/ucs.h"
|
||||
#include "world/web_interface.h"
|
||||
#include "world/world_boot.h"
|
||||
#include "world/world_config.h"
|
||||
#include "world/worlddb.h"
|
||||
#include "world/zoneserver.h"
|
||||
|
||||
extern uint32 numzones;
|
||||
volatile bool UCSServerAvailable_ = false;
|
||||
|
||||
Reference in New Issue
Block a user