normalize includes: ucs

This commit is contained in:
brainiac
2025-12-18 00:27:40 -08:00
committed by Alex
parent b7fcee632e
commit ed2344dc99
12 changed files with 110 additions and 143 deletions
-2
View File
@@ -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));
}