mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
normalize includes: common
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#ifndef EQSTREAMPROXY_H_
|
||||
#define EQSTREAMPROXY_H_
|
||||
#pragma once
|
||||
|
||||
#include "common/eq_stream_intf.h"
|
||||
#include "common/types.h"
|
||||
|
||||
#include "types.h"
|
||||
#include "eq_stream_intf.h"
|
||||
#include <memory>
|
||||
|
||||
class StructStrategy;
|
||||
@@ -44,6 +43,3 @@ protected:
|
||||
OpcodeManager **const m_opcodes;
|
||||
//we do not own this object.
|
||||
};
|
||||
|
||||
#endif /*EQSTREAMPROXY_H_*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user