diff options
author | Determinant <[email protected]> | 2018-07-16 05:00:14 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-07-16 05:00:14 -0400 |
commit | a7cfb274d651e858ab06eff5b28a6f77e0178cf1 (patch) | |
tree | 7d76e5b5be935ef63a47dd1ed43b391f9a7e513c /src/hotstuff_client.cpp | |
parent | aac40104573f8aabca86410cc08584acaaa74e26 (diff) |
move header files to include/hotstuff
Diffstat (limited to 'src/hotstuff_client.cpp')
-rw-r--r-- | src/hotstuff_client.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/hotstuff_client.cpp b/src/hotstuff_client.cpp index 5c04e5f..6b26c9c 100644 --- a/src/hotstuff_client.cpp +++ b/src/hotstuff_client.cpp @@ -3,9 +3,10 @@ #include "salticidae/netaddr.h" #include "salticidae/network.h" #include "salticidae/util.h" -#include "util.h" -#include "type.h" -#include "client.h" + +#include "hotstuff/util.h" +#include "hotstuff/type.h" +#include "hotstuff/client.h" using salticidae::NetAddr; using salticidae::Config; |