mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 15:20:26 +00:00
normalize includes: common
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
#ifndef EQSTREAMINTF_H_
|
||||
#define EQSTREAMINTF_H_
|
||||
#pragma once
|
||||
|
||||
#include "common/emu_versions.h"
|
||||
#include "common/eq_packet.h"
|
||||
#include "common/net/reliable_stream_connection.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
//this is the only part of an EQStream that is seen by the application.
|
||||
|
||||
#include <string>
|
||||
#include "emu_versions.h"
|
||||
#include "eq_packet.h"
|
||||
#include "net/reliable_stream_connection.h"
|
||||
|
||||
typedef enum {
|
||||
ESTABLISHED,
|
||||
@@ -106,5 +107,3 @@ public:
|
||||
virtual void ResetStats() = 0;
|
||||
virtual EQStreamManagerInterface* GetManager() const = 0;
|
||||
};
|
||||
|
||||
#endif /*EQSTREAMINTF_H_*/
|
||||
|
||||
Reference in New Issue
Block a user