diff --git a/apps/microtvm/arduino/example_project/src/model.c b/apps/microtvm/arduino/example_project/src/model.c index 77566ffc6a8fa..9e7c47f751608 100644 --- a/apps/microtvm/arduino/example_project/src/model.c +++ b/apps/microtvm/arduino/example_project/src/model.c @@ -20,7 +20,6 @@ #include "model.h" #include "Arduino.h" -#include "standalone_crt/include/tvm/runtime/crt/internal/aot_executor/aot_executor.h" #include "standalone_crt/include/tvm/runtime/crt/stack_allocator.h" // AOT memory array diff --git a/apps/microtvm/arduino/host_driven/src/model_support.c b/apps/microtvm/arduino/host_driven/src/model_support.c index ae467441fede5..dfcb031136c5e 100644 --- a/apps/microtvm/arduino/host_driven/src/model_support.c +++ b/apps/microtvm/arduino/host_driven/src/model_support.c @@ -17,7 +17,6 @@ * under the License. */ -#include "standalone_crt/include/tvm/runtime/crt/internal/aot_executor/aot_executor.h" #include "stdarg.h" // Blink code for debugging purposes