From 2ecf348a9d00af8757efd1310b71c7c7e8f34cb7 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 14 Nov 2016 23:12:14 +0100 Subject: Move swarmHash to its own file. --- test/libdevcore/SwarmHash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/libdevcore/SwarmHash.cpp') 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 +#include #include "../TestHelper.h" -- cgit