aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm
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 /libevmasm
parentd9e6469811655e7272d4a5cf23f888b8776e4acc (diff)
downloaddexon-solidity-e78b95d9d4ecb6d8d56ca0f04a6f9b4f7d974fbb.tar.gz
dexon-solidity-e78b95d9d4ecb6d8d56ca0f04a6f9b4f7d974fbb.tar.zst
dexon-solidity-e78b95d9d4ecb6d8d56ca0f04a6f9b4f7d974fbb.zip
Renamed SHA3.{h,cpp} files.
Diffstat (limited to 'libevmasm')
-rw-r--r--libevmasm/Assembly.h2
-rw-r--r--libevmasm/CommonSubexpressionEliminator.cpp2
-rw-r--r--libevmasm/KnownState.cpp2
-rw-r--r--libevmasm/LinkerObject.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/libevmasm/Assembly.h b/libevmasm/Assembly.h
index 2a29874e..8ef36923 100644
--- a/libevmasm/Assembly.h
+++ b/libevmasm/Assembly.h
@@ -27,7 +27,7 @@
#include <libdevcore/Common.h>
#include <libdevcore/Assertions.h>
-#include <libdevcore/SHA3.h>
+#include <libdevcore/Keccak256.h>
#include <json/json.h>
diff --git a/libevmasm/CommonSubexpressionEliminator.cpp b/libevmasm/CommonSubexpressionEliminator.cpp
index 39485dd9..04926986 100644
--- a/libevmasm/CommonSubexpressionEliminator.cpp
+++ b/libevmasm/CommonSubexpressionEliminator.cpp
@@ -23,7 +23,7 @@
#include <functional>
#include <boost/range/adaptor/reversed.hpp>
-#include <libdevcore/SHA3.h>
+#include <libdevcore/Keccak256.h>
#include <libevmasm/CommonSubexpressionEliminator.h>
#include <libevmasm/AssemblyItem.h>
diff --git a/libevmasm/KnownState.cpp b/libevmasm/KnownState.cpp
index 7c593fc9..b6c1bcc9 100644
--- a/libevmasm/KnownState.cpp
+++ b/libevmasm/KnownState.cpp
@@ -23,7 +23,7 @@
#include "KnownState.h"
#include <functional>
-#include <libdevcore/SHA3.h>
+#include <libdevcore/Keccak256.h>
#include <libevmasm/AssemblyItem.h>
using namespace std;
diff --git a/libevmasm/LinkerObject.cpp b/libevmasm/LinkerObject.cpp
index a11f2378..6eec54ea 100644
--- a/libevmasm/LinkerObject.cpp
+++ b/libevmasm/LinkerObject.cpp
@@ -21,7 +21,7 @@
#include <libevmasm/LinkerObject.h>
#include <libdevcore/CommonData.h>
-#include <libdevcore/SHA3.h>
+#include <libdevcore/Keccak256.h>
using namespace dev;
using namespace dev::eth;