projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More cleaning
[invirt/third/libt4.git]
/
rpc
/
thr_pool.h
diff --git
a/rpc/thr_pool.h
b/rpc/thr_pool.h
index
4ea1bd4
..
94ce237
100644
(file)
--- a/
rpc/thr_pool.h
+++ b/
rpc/thr_pool.h
@@
-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;