diff options
Diffstat (limited to 'main/tests/test_string.h')
-rw-r--r-- | main/tests/test_string.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/tests/test_string.h b/main/tests/test_string.h index 110e115309..e293e96604 100644 --- a/main/tests/test_string.h +++ b/main/tests/test_string.h @@ -31,8 +31,8 @@ #ifndef TEST_STRING_H #define TEST_STRING_H -#include "os/main_loop.h" -#include "ustring.h" +#include "core/os/main_loop.h" +#include "core/ustring.h" namespace TestString { |