X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/0e191339227d5d05e83e900242411b056457d9a3..8b9d106fcc61fc84712c97d4db060d8302cc63fd:/rpc/pollmgr.cc diff --git a/rpc/pollmgr.cc b/rpc/pollmgr.cc index 4acff93..aeaf7b3 100644 --- a/rpc/pollmgr.cc +++ b/rpc/pollmgr.cc @@ -1,4 +1,4 @@ -#include "types.h" +#include "pollmgr.h" #include #include #include "file.h" @@ -7,8 +7,6 @@ #include #endif -#include "pollmgr.h" - static PollMgr instance; PollMgr & PollMgr::Instance() { return instance; }