Skip to content

Commit

Permalink
Remove AOT Executor header from Arduino project
Browse files Browse the repository at this point in the history
  • Loading branch information
Mousius committed Aug 26, 2021
1 parent 3f777d5 commit 4659c2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/microtvm/arduino/example_project/src/model.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion apps/microtvm/arduino/host_driven/src/model_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4659c2b

Please sign in to comment.