mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-27 14:03:15 -04:00
BLOCKING_QUEUE: remove ThreadBlockingQueue dependency to ThreadQueue, remove ThreadQueue.h from CMakeLists
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
|
||||
#include "ThreadQueue.h"
|
||||
#include "ThreadBlockingQueue.h"
|
||||
#include "Timer.h"
|
||||
|
||||
struct map_string_less : public std::binary_function<std::string,std::string,bool>
|
||||
|
||||
Reference in New Issue
Block a user