mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
normalize includes: ucs
This commit is contained in:
+6
-8
@@ -17,13 +17,13 @@
|
||||
|
||||
*/
|
||||
|
||||
#ifndef CHATSERVER_CLIENTLIST_H
|
||||
#define CHATSERVER_CLIENTLIST_H
|
||||
#pragma once
|
||||
|
||||
#include "common/net/eqstream.h"
|
||||
#include "common/opcodemgr.h"
|
||||
#include "common/rulesys.h"
|
||||
#include "ucs/chatchannel.h"
|
||||
|
||||
#include "../common/opcodemgr.h"
|
||||
#include "../common/net/eqstream.h"
|
||||
#include "../common/rulesys.h"
|
||||
#include "chatchannel.h"
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
@@ -197,5 +197,3 @@ private:
|
||||
|
||||
OpcodeManager *ChatOpMgr;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user