diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-04-29 22:57:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-29 22:57:49 +0200 |
commit | de7eba887e9fe940dac0958836fa8fb778628d2a (patch) | |
tree | 93b80fde60db3117b649190daa7918105a4d4e11 /core/ustring.cpp | |
parent | ea9dd6c0c1997b2c6d8bba6caa1da965ef40804f (diff) | |
parent | d4029aa51a0f0bce5dc73885af74b592e3aa33b7 (diff) |
Merge pull request #8572 from akien-mga/thirdparty
Moving more thirdparty stuff (minizip, some single-file external libs) to the thirdparty directory
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 |