mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
normalize includes: world
This commit is contained in:
+5
-8
@@ -1,10 +1,9 @@
|
||||
#ifndef QueryServ_H
|
||||
#define QueryServ_H
|
||||
#pragma once
|
||||
|
||||
#include "../common/types.h"
|
||||
#include "../common/net/servertalk_server.h"
|
||||
#include "../common/servertalk.h"
|
||||
#include "../common/event/timer.h"
|
||||
#include "common/types.h"
|
||||
#include "common/net/servertalk_server.h"
|
||||
#include "common/servertalk.h"
|
||||
#include "common/event/timer.h"
|
||||
|
||||
class QueryServConnection
|
||||
{
|
||||
@@ -26,5 +25,3 @@ private:
|
||||
std::map<std::string, std::shared_ptr<EQ::Net::ServertalkServerConnection>> m_streams;
|
||||
std::unique_ptr<EQ::Timer> m_keepalive;
|
||||
};
|
||||
|
||||
#endif /*QueryServ_H_*/
|
||||
|
||||
Reference in New Issue
Block a user