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 -3
View File
@@ -15,10 +15,11 @@
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 "../common/eqemu_logsys.h"
#include "world_config.h"
#include "common/eqemu_logsys.h"
WorldConfig *WorldConfig::_world_config = nullptr;
std::string WorldConfig::GetByName(const std::string &var_name) const
@@ -31,4 +32,3 @@ std::string WorldConfig::GetByName(const std::string &var_name) const
}
return (EQEmuConfig::GetByName(var_name));
}