normalize includes: world

This commit is contained in:
brainiac
2025-12-18 00:45:20 -08:00
parent e2e1f98cee
commit 5f3d9ba39a
84 changed files with 712 additions and 795 deletions
+25 -24
View File
@@ -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;