normalize includes: common

This commit is contained in:
brainiac
2025-12-17 09:32:44 -08:00
committed by Alex
parent 723ca13482
commit 451eb0806a
295 changed files with 1592 additions and 2009 deletions
+6 -8
View File
@@ -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_*/