diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-28 18:29:15 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-28 21:19:23 +0200 |
commit | 2398eb6ed4832fd7b8eec778981cbd974b89634f (patch) | |
tree | e68c8db6c58fa993a0196f4f663a0064c4b17390 /core/ustring.cpp | |
parent | 0a613ff9707634fcb93a009813bbbad040a4d6d8 (diff) | |
download | redot-engine-2398eb6ed4832fd7b8eec778981cbd974b89634f.tar.gz |
Move core thirdparty files to thirdparty/{minizip,misc}
Diffstat (limited to 'core/ustring.cpp')
-rw-r--r-- | core/ustring.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/ustring.cpp b/core/ustring.cpp index b01f680dd6..dcb6545bd1 100644 --- a/core/ustring.cpp +++ b/core/ustring.cpp @@ -30,14 +30,15 @@ #include "ustring.h" #include "color.h" -#include "io/md5.h" -#include "io/sha256.h" #include "math_funcs.h" #include "os/memory.h" #include "print_string.h" #include "ucaps.h" #include "variant.h" +#include "thirdparty/misc/md5.h" +#include "thirdparty/misc/sha256.h" + #include <wchar.h> #ifndef NO_USE_STDLIB |