summaryrefslogtreecommitdiff
path: root/src/clientmedia.cpp
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-02-21 13:00:57 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-02-21 14:03:27 +0100
commit3998a1f8f98c9d95a4b91b7a95612c6313081279 (patch)
tree52a1dfc796173a122fa46955b6fb979271f852b5 /src/clientmedia.cpp
parentaa31e3c7f31fc00abc64551ebc03ed757311280a (diff)
downloadminetest-3998a1f8f98c9d95a4b91b7a95612c6313081279.tar.gz
minetest-3998a1f8f98c9d95a4b91b7a95612c6313081279.tar.bz2
minetest-3998a1f8f98c9d95a4b91b7a95612c6313081279.zip
Move sha1.hpp and base64.hpp to util/
Diffstat (limited to 'src/clientmedia.cpp')
-rw-r--r--src/clientmedia.cpp2
1 files changed, 1 insertions, 1 deletions
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"