mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
normalize includes: world
This commit is contained in:
@@ -15,10 +15,11 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "world_tcp_connection.h"
|
||||
#include "../common/net/console_server_connection.h"
|
||||
#include "common/net/console_server_connection.h"
|
||||
#include "world/world_tcp_connection.h"
|
||||
|
||||
class WorldConsoleTCPConnection : public WorldTCPConnection
|
||||
{
|
||||
@@ -33,4 +34,3 @@ public:
|
||||
private:
|
||||
EQ::Net::ConsoleServerConnection *m_connection;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user