diff --git "a/frameworks\\utest/source/case.cpp" "b/frameworks\\utest/source/case.cpp" index b57d3bef1e..9a25d8aeeb 100644 --- "a/frameworks\\utest/source/case.cpp" +++ "b/frameworks\\utest/source/case.cpp" @@ -16,7 +16,7 @@ **************************************************************************** */ - #include "mbed-test-async/case.h" + #include "utest/case.h" using namespace utest::v0; diff --git "a/frameworks\\utest/source/default_handlers.cpp" "b/frameworks\\utest/source/default_handlers.cpp" index 646b180701..3a79b4bcf0 100644 --- "a/frameworks\\utest/source/default_handlers.cpp" +++ "b/frameworks\\utest/source/default_handlers.cpp" @@ -16,8 +16,8 @@ **************************************************************************** */ - #include "mbed-test-async/default_handlers.h" - #include "mbed-test-async/case.h" + #include "utest/default_handlers.h" + #include "utest/case.h" using namespace utest::v0; diff --git "a/frameworks\\utest/source/harness.cpp" "b/frameworks\\utest/source/harness.cpp" index 25fedcc088..3c0846df97 100644 --- "a/frameworks\\utest/source/harness.cpp" +++ "b/frameworks\\utest/source/harness.cpp" @@ -16,7 +16,7 @@ **************************************************************************** */ - #include "mbed-test-async/harness.h" + #include "utest/harness.h" #include "minar/minar.h" #include "core-util/CriticalSectionLock.h" diff --git "a/frameworks\\utest/source/types.cpp" "b/frameworks\\utest/source/types.cpp" index f8330f2af5..946e041de2 100644 --- "a/frameworks\\utest/source/types.cpp" +++ "b/frameworks\\utest/source/types.cpp" @@ -16,7 +16,7 @@ **************************************************************************** */ - #include "mbed-test-async/types.h" + #include "utest/types.h" const char* utest::v0::stringify(utest::v0::failure_t failure) { diff --git "a/frameworks\\utest/source/unity_handler.cpp" "b/frameworks\\utest/source/unity_handler.cpp" index 8bd10ec996..f333e21df7 100644 --- "a/frameworks\\utest/source/unity_handler.cpp" +++ "b/frameworks\\utest/source/unity_handler.cpp" @@ -16,7 +16,7 @@ **************************************************************************** */ - #include "mbed-test-async/harness.h" + #include "utest/harness.h" extern "C" void utest_unity_assert_failure()