aboutsummaryrefslogtreecommitdiffstats
path: root/crypto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'crypto.cpp')
-rw-r--r--crypto.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto.cpp b/crypto.cpp
index 53be1db1..c39de78d 100644
--- a/crypto.cpp
+++ b/crypto.cpp
@@ -22,9 +22,9 @@
#include <random>
#include <secp256k1/secp256k1.h>
-#include <libethsupport/Common.h>
-#include <libethsupport/RLP.h>
-#include <libethsupport/Log.h>
+#include <libethential/Common.h>
+#include <libethential/RLP.h>
+#include <libethential/Log.h>
#include <libethereum/Transaction.h>
#include <boost/test/unit_test.hpp>