// 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:
//
#ifndef handle_h
#define handle_h
+#include "types.h"
#include "rpc/rpc.h"
-#include <string>
-
-using std::string;
class hinfo;