diff --git a/yotta/data/example-authcrypt/main.cpp b/yotta/data/example-authcrypt/main.cpp index 257a1adf1..83d5566c5 100644 --- a/yotta/data/example-authcrypt/main.cpp +++ b/yotta/data/example-authcrypt/main.cpp @@ -171,7 +171,7 @@ static int example(void) #if defined(TARGET_LIKE_MBED) -#include "mbed/test_env.h" +#include "mbed-drivers/test_env.h" #include "minar/minar.h" static void run() { diff --git a/yotta/data/example-benchmark/main.cpp b/yotta/data/example-benchmark/main.cpp index 1a6c7ae7a..77c70052b 100644 --- a/yotta/data/example-benchmark/main.cpp +++ b/yotta/data/example-benchmark/main.cpp @@ -71,7 +71,7 @@ int main() { #include "mbedtls/ecdh.h" #include "mbedtls/error.h" -#include "mbed.h" +#include "mbed-drivers/mbed.h" #if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C) #include "mbedtls/memory_buffer_alloc.h" @@ -931,7 +931,7 @@ int benchmark( int argc, char *argv[] ) return( 0 ); } -#include "mbed/test_env.h" +#include "mbed-drivers/test_env.h" #include "minar/minar.h" static void run() { diff --git a/yotta/data/example-hashing/main.cpp b/yotta/data/example-hashing/main.cpp index 7603cbee6..27c469ba5 100644 --- a/yotta/data/example-hashing/main.cpp +++ b/yotta/data/example-hashing/main.cpp @@ -27,7 +27,7 @@ #include "mbedtls/md.h" /* generic interface */ #if defined(TARGET_LIKE_MBED) -#include "mbed/mbed.h" +#include "mbed-drivers/mbed.h" #endif #include @@ -151,7 +151,7 @@ int example(void) #if defined(TARGET_LIKE_MBED) -#include "mbed/test_env.h" +#include "mbed-drivers/test_env.h" #include "minar/minar.h" static void run() { diff --git a/yotta/data/example-selftest/main.cpp b/yotta/data/example-selftest/main.cpp index 046a54850..b1b15f13b 100644 --- a/yotta/data/example-selftest/main.cpp +++ b/yotta/data/example-selftest/main.cpp @@ -242,7 +242,7 @@ int selftest( int argc, char *argv[] ) #if defined(TARGET_LIKE_MBED) -#include "mbed/test_env.h" +#include "mbed-drivers/test_env.h" #include "minar/minar.h" static void run() {