diff options
author | chriseth <c@ethdev.com> | 2016-11-15 06:12:14 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-11-15 06:25:12 +0800 |
commit | 2ecf348a9d00af8757efd1310b71c7c7e8f34cb7 (patch) | |
tree | ad37b4c90212875b014a21ebec6c4aa221e40bd7 /test | |
parent | 8944b092f8de074ec2c98434cb4c76d804146bd6 (diff) | |
download | dexon-solidity-2ecf348a9d00af8757efd1310b71c7c7e8f34cb7.tar.gz 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.cpp | 2 |
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" |