eq_stream_factory.cpp & .h header include cleanup/forward declare

This commit is contained in:
Akkadius
2014-12-15 20:30:53 -06:00
parent 5e31b8f96e
commit 968b0adc1d
2 changed files with 7 additions and 5 deletions
+4 -2
View File
@@ -4,11 +4,13 @@
#include <queue>
#include <map>
#include "../common/eq_stream.h"
#include "../common/condition.h"
#include "../common/timeoutmgr.h"
#include "../common/opcodemgr.h"
#include "../common/timer.h"
class EQStream;
class Timer;
class EQStreamFactory : private Timeoutable {
private: