normalize includes: world

This commit is contained in:
brainiac
2025-12-18 00:45:20 -08:00
committed by Alex
parent 6314b386ef
commit 552a908f92
84 changed files with 712 additions and 795 deletions
+3 -8
View File
@@ -1,8 +1,7 @@
#ifndef WGUILD_MGR_H_
#define WGUILD_MGR_H_
#pragma once
#include "../common/types.h"
#include "../common/guild_base.h"
#include "common/types.h"
#include "common/guild_base.h"
class Client;
class ServerPacket;
@@ -30,7 +29,3 @@ protected:
};
extern WorldGuildManager guild_mgr;
#endif /*WGUILD_MGR_H_*/