1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Move sha1.hpp and base64.hpp to util/

This commit is contained in:
Loic Blot 2015-02-21 13:00:57 +01:00
parent aa31e3c7f3
commit 3998a1f8f9
11 changed files with 9 additions and 9 deletions

View file

@ -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"