From 3998a1f8f98c9d95a4b91b7a95612c6313081279 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 21 Feb 2015 13:00:57 +0100 Subject: Move sha1.hpp and base64.hpp to util/ --- src/clientmedia.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clientmedia.cpp') diff --git a/src/clientmedia.cpp b/src/clientmedia.cpp index 7c24b76d0..2ccf04678 100644 --- a/src/clientmedia.cpp +++ b/src/clientmedia.cpp @@ -19,6 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "clientmedia.h" #include "util/serialize.h" +#include "util/sha1.h" #include "util/string.h" #include "httpfetch.h" #include "client.h" @@ -26,7 +27,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "filecache.h" #include "filesys.h" #include "hex.h" -#include "sha1.h" #include "debug.h" #include "log.h" #include "porting.h" -- cgit v1.2.3