aboutsummaryrefslogtreecommitdiffstats
path: root/libdevcore/CommonData.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-10-18 19:35:20 +0800
committerchriseth <chris@ethereum.org>2018-10-18 20:31:36 +0800
commite78b95d9d4ecb6d8d56ca0f04a6f9b4f7d974fbb (patch)
tree4faa96f25eef6a7ce9c86f08f0498041b64d320f /libdevcore/CommonData.cpp
parentd9e6469811655e7272d4a5cf23f888b8776e4acc (diff)
downloaddexon-solidity-e78b95d9d4ecb6d8d56ca0f04a6f9b4f7d974fbb.tar.gz
dexon-solidity-e78b95d9d4ecb6d8d56ca0f04a6f9b4f7d974fbb.tar.zst
dexon-solidity-e78b95d9d4ecb6d8d56ca0f04a6f9b4f7d974fbb.zip
Renamed SHA3.{h,cpp} files.
Diffstat (limited to 'libdevcore/CommonData.cpp')
-rw-r--r--libdevcore/CommonData.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdevcore/CommonData.cpp b/libdevcore/CommonData.cpp
index 6d7c74d7..cb79fa98 100644
--- a/libdevcore/CommonData.cpp
+++ b/libdevcore/CommonData.cpp
@@ -22,7 +22,7 @@
#include <libdevcore/CommonData.h>
#include <libdevcore/Exceptions.h>
#include <libdevcore/Assertions.h>
-#include <libdevcore/SHA3.h>
+#include <libdevcore/Keccak256.h>
#include <boost/algorithm/string.hpp>