Skip to content

Commit

Permalink
Remove AOT Executor header from Arduino project (apache#8857)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mousius authored and ylc committed Jan 13, 2022
1 parent d25f326 commit 48b25e5
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 48b25e5

Please sign in to comment.