diff options
author | Determinant <[email protected]> | 2018-07-16 19:26:36 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-07-16 19:26:36 -0400 |
commit | 02e347dae1a01172dbcc2efe054014c015d96507 (patch) | |
tree | 4b49650ba8d5dac0ab689cdc59867da3127f2bb7 /include/hotstuff/client.h | |
parent | a7cfb274d651e858ab06eff5b28a6f77e0178cf1 (diff) |
...
Diffstat (limited to 'include/hotstuff/client.h')
-rw-r--r-- | include/hotstuff/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hotstuff/client.h b/include/hotstuff/client.h index dd1cfee..00ec77d 100644 --- a/include/hotstuff/client.h +++ b/include/hotstuff/client.h @@ -1,9 +1,9 @@ #ifndef _HOTSTUFF_CLIENT_H #define _HOTSTUFF_CLIENT_H -#include "type.h" #include "salticidae/msg.h" -#include "entity.h" +#include "hotstuff/type.h" +#include "hotstuff/entity.h" namespace hotstuff { |