mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 16:58:20 +00:00
normalize includes: loginserver
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#ifndef EQEMU_CLIENTMANAGER_H
|
||||
#define EQEMU_CLIENTMANAGER_H
|
||||
#pragma once
|
||||
|
||||
#include "common/net/eqstream.h"
|
||||
#include "common/opcodemgr.h"
|
||||
#include "loginserver/client.h"
|
||||
|
||||
#include "../common/global_define.h"
|
||||
#include "../common/opcodemgr.h"
|
||||
#include "../common/net/eqstream.h"
|
||||
#include "client.h"
|
||||
#include <list>
|
||||
|
||||
class ClientManager {
|
||||
@@ -25,6 +24,3 @@ private:
|
||||
OpcodeManager *m_larion_ops;
|
||||
EQ::Net::EQStreamManager *m_larion_stream;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user