From a7cfb274d651e858ab06eff5b28a6f77e0178cf1 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 16 Jul 2018 05:00:14 -0400 Subject: move header files to include/hotstuff --- src/hotstuff_client.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/hotstuff_client.cpp') 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; -- cgit v1.2.3