BLOCKING_QUEUE: remove ThreadBlockingQueue dependency to ThreadQueue, remove ThreadQueue.h from CMakeLists

This commit is contained in:
vsonnier
2017-02-12 16:48:04 +01:00
parent c7467a88bc
commit 25f7ba386d
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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>