projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Includes cleanups
[invirt/third/libt4.git]
/
rpc
/
pollmgr.cc
diff --git
a/rpc/pollmgr.cc
b/rpc/pollmgr.cc
index
4acff93
..
aeaf7b3
100644
(file)
--- a/
rpc/pollmgr.cc
+++ b/
rpc/pollmgr.cc
@@
-1,4
+1,4
@@
-#include "types.h"
+#include "pollmgr.h"
#include <errno.h>
#include <sys/select.h>
#include "file.h"
@@
-7,8
+7,6
@@
#include <sys/epoll.h>
#endif
-#include "pollmgr.h"
-
static PollMgr instance;
PollMgr & PollMgr::Instance() { return instance; }