X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/2546a41ad36fdc9ef6471cb35a1d56930ae1b527..5bb7eb131773abd9e642f83629528b4c4e706b2e:/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;