mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
normalize includes: ucs
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
*/
|
||||
|
||||
#include "../common/global_define.h"
|
||||
#include "ucsconfig.h"
|
||||
|
||||
ucsconfig *ucsconfig::_chat_config = nullptr;
|
||||
@@ -25,4 +24,3 @@ ucsconfig *ucsconfig::_chat_config = nullptr;
|
||||
std::string ucsconfig::GetByName(const std::string &var_name) const {
|
||||
return(EQEmuConfig::GetByName(var_name));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user