summaryrefslogtreecommitdiffstats
path: root/core/os/thread_safe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/os/thread_safe.cpp')
-rw-r--r--core/os/thread_safe.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/os/thread_safe.cpp b/core/os/thread_safe.cpp
index acb37df02b..3fe039e1b6 100644
--- a/core/os/thread_safe.cpp
+++ b/core/os/thread_safe.cpp
@@ -29,8 +29,9 @@
/*************************************************************************/
#include "thread_safe.h"
-#include "error_macros.h"
-#include "os/memory.h"
+
+#include "core/error_macros.h"
+#include "core/os/memory.h"
ThreadSafe::ThreadSafe() {