mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 23:40:26 +00:00
normalize includes: world
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user