Fix warnings about locations of header files
diff --git a/yotta/data/example-benchmark/main.cpp b/yotta/data/example-benchmark/main.cpp
index 1a6c7ae..77c7005 100644
--- a/yotta/data/example-benchmark/main.cpp
+++ b/yotta/data/example-benchmark/main.cpp
@@ -71,7 +71,7 @@
#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 @@
return( 0 );
}
-#include "mbed/test_env.h"
+#include "mbed-drivers/test_env.h"
#include "minar/minar.h"
static void run() {