More cleaning
[invirt/third/libt4.git] / rpc / thr_pool.h
index 4ea1bd4..94ce237 100644 (file)
@@ -1,9 +1,7 @@
 #ifndef thr_pool_h
 #define thr_pool_h
 
-#include <vector>
-#include <thread>
-
+#include "types.h"
 #include "fifo.h"
 
 typedef std::function<void()> job_t;