mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
normalize includes: ucs
This commit is contained in:
+2
-6
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user