X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/2546a41ad36fdc9ef6471cb35a1d56930ae1b527..c9be386a30dc7145ac757fae66c255b21da26d5d:/handle.h diff --git a/handle.h b/handle.h index a06b156..d4b6223 100644 --- a/handle.h +++ b/handle.h @@ -1,5 +1,5 @@ // manage a cache of RPC connections. -// assuming cid is a std::string holding the +// assuming cid is a string holding the // host:port of the RPC server you want // to talk to: // @@ -23,10 +23,8 @@ #ifndef handle_h #define handle_h +#include "types.h" #include "rpc/rpc.h" -#include - -using std::string; class hinfo;