aboutsummaryrefslogtreecommitdiff
path: root/src/hotstuff.cpp
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2018-07-16 05:00:14 -0400
committerDeterminant <tederminant@gmail.com>2018-07-16 05:00:14 -0400
commita7cfb274d651e858ab06eff5b28a6f77e0178cf1 (patch)
tree7d76e5b5be935ef63a47dd1ed43b391f9a7e513c /src/hotstuff.cpp
parentaac40104573f8aabca86410cc08584acaaa74e26 (diff)
move header files to include/hotstuff
Diffstat (limited to 'src/hotstuff.cpp')
-rw-r--r--src/hotstuff.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/hotstuff.cpp b/src/hotstuff.cpp
index b10f103..74d2f04 100644
--- a/src/hotstuff.cpp
+++ b/src/hotstuff.cpp
@@ -11,12 +11,13 @@
#include "salticidae/util.h"
#include "salticidae/network.h"
#include "salticidae/msg.h"
-#include "promise.hpp"
-#include "type.h"
-#include "core.h"
-#include "entity.h"
-#include "util.h"
-#include "client.h"
+
+#include "hotstuff/promise.hpp"
+#include "hotstuff/type.h"
+#include "hotstuff/core.h"
+#include "hotstuff/entity.h"
+#include "hotstuff/util.h"
+#include "hotstuff/client.h"
using promise::promise_t;
using salticidae::NetAddr;