summaryrefslogtreecommitdiffstats
path: root/core/ustring.cpp
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2019-07-11 15:21:47 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2019-08-19 16:31:05 +0200
commitc19871af6d6ae7faef0d4052b3a27e59814abcf1 (patch)
tree77aebd2b3ff1e80da0f745c03fbcdece41c3f024 /core/ustring.cpp
parent5cb41faece5969314ed69e0292d0a51f0425c53a (diff)
downloadredot-engine-c19871af6d6ae7faef0d4052b3a27e59814abcf1.tar.gz
Move CryptoCore to it's own folder.
Crypto classes will be placed in core/crypto.
Diffstat (limited to 'core/ustring.cpp')
-rw-r--r--core/ustring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ustring.cpp b/core/ustring.cpp
index ed401c3763..4e9ab7be6b 100644
--- a/core/ustring.cpp
+++ b/core/ustring.cpp
@@ -31,7 +31,7 @@
#include "ustring.h"
#include "core/color.h"
-#include "core/math/crypto_core.h"
+#include "core/crypto/crypto_core.h"
#include "core/math/math_funcs.h"
#include "core/os/memory.h"
#include "core/print_string.h"