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
/
pollmgr.cc
diff --git
a/rpc/pollmgr.cc
b/rpc/pollmgr.cc
index
919a286
..
023a7aa
100644
(file)
--- a/
rpc/pollmgr.cc
+++ b/
rpc/pollmgr.cc
@@
-1,11
+1,10
@@
+#include "types.h"
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include "jsl_log.h"
-#include "lang/verify.h"
#include "pollmgr.h"
-#include "lock.h"
PollMgr *PollMgr::instance = NULL;
static std::once_flag pollmgr_is_initialized;