More cleaning
[invirt/third/libt4.git] / rpc / pollmgr.cc
index 919a286..023a7aa 100644 (file)
@@ -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;