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/clientmedia.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/clientmedia.cpp') diff --git a/src/clientmedia.cpp b/src/clientmedia.cpp index 2ccf04678..7eb505314 100644 --- a/src/clientmedia.cpp +++ b/src/clientmedia.cpp @@ -18,20 +18,20 @@ 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" -#include "network/networkprotocol.h" #include "filecache.h" #include "filesys.h" -#include "hex.h" #include "debug.h" #include "log.h" #include "porting.h" #include "settings.h" #include "main.h" +#include "network/networkprotocol.h" +#include "util/hex.h" +#include "util/serialize.h" +#include "util/sha1.h" +#include "util/string.h" static std::string getMediaCacheDir() { -- cgit v1.2.3