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,11 +1,11 @@
|
||||
#ifndef EQSTREAMIDENT_H_
|
||||
#define EQSTREAMIDENT_H_
|
||||
#pragma once
|
||||
|
||||
#include "common/eq_stream_intf.h"
|
||||
#include "common/timer.h"
|
||||
|
||||
#include "eq_stream_intf.h"
|
||||
#include "timer.h"
|
||||
#include <vector>
|
||||
#include <queue>
|
||||
#include <memory>
|
||||
#include <queue>
|
||||
#include <vector>
|
||||
|
||||
#define STREAM_IDENT_WAIT_MS 30000
|
||||
|
||||
@@ -47,5 +47,3 @@ protected:
|
||||
std::vector<Record> m_streams; //we own these objects, and the streams contained in them.
|
||||
std::queue<EQStreamInterface *> m_identified; //we own these objects
|
||||
};
|
||||
|
||||
#endif /*EQSTREAMIDENT_H_*/
|
||||
|
||||
Reference in New Issue
Block a user