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/entity.h | |
parent | a7cfb274d651e858ab06eff5b28a6f77e0178cf1 (diff) |
...
Diffstat (limited to 'include/hotstuff/entity.h')
-rw-r--r-- | include/hotstuff/entity.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/hotstuff/entity.h b/include/hotstuff/entity.h index b3a0df4..00c64a6 100644 --- a/include/hotstuff/entity.h +++ b/include/hotstuff/entity.h @@ -10,9 +10,9 @@ #include "salticidae/netaddr.h" #include "salticidae/ref.h" -#include "type.h" -#include "util.h" -#include "crypto.h" +#include "hotstuff/type.h" +#include "hotstuff/util.h" +#include "hotstuff/crypto.h" namespace hotstuff { |