feat(Deps/ACE): remove ACE library (part 1/2) (#6980)

This commit is contained in:
Kargatum
2021-07-16 20:05:39 +07:00
committed by GitHub
parent c17ce009dd
commit 96c51317f5
10 changed files with 16 additions and 110 deletions

View File

@@ -1,8 +1,11 @@
#include "WorldSocket.h" // must be first to make ACE happy with ACE includes in it
/*
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
*/
#include "Common.h"
#include "Configuration/Config.h"
#include "Database/DatabaseEnv.h"
#include "Config.h"
#include "DatabaseEnv.h"
#include "Log.h"
#include "Util.h"
#include "World.h"
#include "WorldSocket.h"