X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/02967a43024ce81912cd1ec96a800397457f8066:/rsm_protocol.h..ab9eee5d7f1fbe7a3fe6229d4a78136efb14371b:/include/rsm_protocol.h diff --git a/rsm_protocol.h b/include/rsm_protocol.h similarity index 95% rename from rsm_protocol.h rename to include/rsm_protocol.h index 5a5b7dd..7743f7f 100644 --- a/rsm_protocol.h +++ b/include/rsm_protocol.h @@ -1,8 +1,8 @@ #ifndef rsm_protocol_h #define rsm_protocol_h -#include "types.h" -#include "rpc/rpc.h" +#include "include/types.h" +#include "include/rpc/rpc.h" namespace rsm_client_protocol { enum status : rpc_protocol::status {OK, ERR, NOTPRIMARY, BUSY};