aboutsummaryrefslogtreecommitdiff
path: root/include/hotstuff/crypto.h
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-11-21 18:39:30 -0500
committerDeterminant <ted.sybil@gmail.com>2018-11-21 18:39:30 -0500
commit6e60955da1225447625f179f8117787c0c579302 (patch)
treee83c6f4034a65ac58929ad2c2eb9df9bb7a0f6f4 /include/hotstuff/crypto.h
parent15738efeec57f21c09c1d926f1ef32e7d74df138 (diff)
drop the dependency on concurrentqueue (use native impl from salticidae)
Diffstat (limited to 'include/hotstuff/crypto.h')
-rw-r--r--include/hotstuff/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hotstuff/crypto.h b/include/hotstuff/crypto.h
index b79c433..a867ae9 100644
--- a/include/hotstuff/crypto.h
+++ b/include/hotstuff/crypto.h
@@ -6,7 +6,7 @@
#include "secp256k1.h"
#include "salticidae/crypto.h"
#include "hotstuff/type.h"
-#include "hotstuff/worker.h"
+#include "hotstuff/task.h"
namespace hotstuff {