aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-11-15 06:12:14 +0800
committerchriseth <c@ethdev.com>2016-11-15 06:25:12 +0800
commit2ecf348a9d00af8757efd1310b71c7c7e8f34cb7 (patch)
treead37b4c90212875b014a21ebec6c4aa221e40bd7 /test
parent8944b092f8de074ec2c98434cb4c76d804146bd6 (diff)
downloaddexon-solidity-2ecf348a9d00af8757efd1310b71c7c7e8f34cb7.tar
dexon-solidity-2ecf348a9d00af8757efd1310b71c7c7e8f34cb7.tar.gz
dexon-solidity-2ecf348a9d00af8757efd1310b71c7c7e8f34cb7.tar.bz2
dexon-solidity-2ecf348a9d00af8757efd1310b71c7c7e8f34cb7.tar.lz
dexon-solidity-2ecf348a9d00af8757efd1310b71c7c7e8f34cb7.tar.xz
dexon-solidity-2ecf348a9d00af8757efd1310b71c7c7e8f34cb7.tar.zst
dexon-solidity-2ecf348a9d00af8757efd1310b71c7c7e8f34cb7.zip
Move swarmHash to its own file.
Diffstat (limited to 'test')
-rw-r--r--test/libdevcore/SwarmHash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libdevcore/SwarmHash.cpp b/test/libdevcore/SwarmHash.cpp
index 47b2baa7..1f0c2ea5 100644
--- a/test/libdevcore/SwarmHash.cpp
+++ b/test/libdevcore/SwarmHash.cpp
@@ -18,7 +18,7 @@
* Unit tests for the swarm hash computation routine.
*/
-#include <libdevcore/SHA3.h>
+#include <libdevcore/SwarmHash.h>
#include "../TestHelper.h"