From 4659c2b1aa3553232161e1f20e08f6e4d122f62b Mon Sep 17 00:00:00 2001 From: Chris Sidebottom Date: Thu, 26 Aug 2021 17:07:07 +0000 Subject: [PATCH] Remove AOT Executor header from Arduino project --- apps/microtvm/arduino/example_project/src/model.c | 1 - apps/microtvm/arduino/host_driven/src/model_support.c | 1 - 2 files changed, 2 deletions(-) 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