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 -6
View File
@@ -17,10 +17,9 @@
*/
#ifndef __ucsconfig_H
#define __ucsconfig_H
#pragma once
#include "../common/eqemu_config.h"
#include "common/eqemu_config.h"
class ucsconfig : public EQEmuConfig {
public:
@@ -50,6 +49,3 @@ public:
}
};
#endif