From 5a5854ea9d0bc346b00f48f40b538b7a8d68b37a Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 21 Feb 2015 14:17:36 +0100 Subject: Move hex.h to util/ --- src/util/string.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/string.cpp') diff --git a/src/util/string.cpp b/src/util/string.cpp index babf7e62b..8861981b2 100644 --- a/src/util/string.cpp +++ b/src/util/string.cpp @@ -22,9 +22,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "numeric.h" #include "log.h" -#include "sha1.h" #include "base64.h" -#include "../hex.h" +#include "hex.h" +#include "sha1.h" #include "../porting.h" #include -- cgit v1.2.3