Skip to content

Commit 290c690

Browse files
committed
Remove AOT Executor header from Arduino project
1 parent 3f777d5 commit 290c690

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/microtvm/arduino/example_project/src/model.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "model.h"
2121

2222
#include "Arduino.h"
23-
#include "standalone_crt/include/tvm/runtime/crt/internal/aot_executor/aot_executor.h"
2423
#include "standalone_crt/include/tvm/runtime/crt/stack_allocator.h"
2524

2625
// AOT memory array

apps/microtvm/arduino/host_driven/src/model_support.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
#include "standalone_crt/include/tvm/runtime/crt/internal/aot_executor/aot_executor.h"
2120
#include "stdarg.h"
2221

2322
// Blink code for debugging purposes

0 commit comments

Comments
 (0)