mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
normalize includes: ucs
This commit is contained in:
+5
-6
@@ -15,11 +15,12 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#ifndef WORLDSERVER_H
|
||||
#define WORLDSERVER_H
|
||||
|
||||
#include "../common/net/servertalk_client_connection.h"
|
||||
#include "../common/eq_packet_structs.h"
|
||||
#pragma once
|
||||
|
||||
#include "common/eq_packet_structs.h"
|
||||
#include "common/net/servertalk_client_connection.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
class WorldServer
|
||||
@@ -33,5 +34,3 @@ private:
|
||||
|
||||
std::unique_ptr<EQ::Net::ServertalkClient> m_connection;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user