mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 03:18:22 +00:00
normalize includes: world
This commit is contained in:
+6
-8
@@ -1,10 +1,10 @@
|
||||
#ifndef UCS_H
|
||||
#define UCS_H
|
||||
#pragma once
|
||||
|
||||
#include "common/event/timer.h"
|
||||
#include "common/net/servertalk_server_connection.h"
|
||||
#include "common/servertalk.h"
|
||||
#include "common/types.h"
|
||||
|
||||
#include "../common/types.h"
|
||||
#include "../common/net/servertalk_server_connection.h"
|
||||
#include "../common/servertalk.h"
|
||||
#include "../common/event/timer.h"
|
||||
#include <memory>
|
||||
|
||||
class UCSConnection
|
||||
@@ -30,5 +30,3 @@ private:
|
||||
std::shared_ptr<EQ::Net::ServertalkServerConnection> connection;
|
||||
|
||||
};
|
||||
|
||||
#endif /*UCS_H_*/
|
||||
|
||||
Reference in New Issue
Block a user