Includes cleanups
[invirt/third/libt4.git] / rpc / pollmgr.cc
index 4acff93..aeaf7b3 100644 (file)
@@ -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; }