diff options
| author | Damien George <damien.p.george@gmail.com> | 2017-02-17 13:08:09 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2017-02-17 13:08:09 +1100 |
| commit | 9e2b2a1c177b8b5b611e9e471ba37f3a5e6136f3 (patch) | |
| tree | bf62b0e7adf9cadc1843e6dc73498c69697e5c89 /teensy/main.c | |
| parent | c9b0f0b248ffc95545abc2347106fc3684d3c002 (diff) | |
teensy/main: Remove unnecessary header includes.
Diffstat (limited to 'teensy/main.c')
| -rw-r--r-- | teensy/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/teensy/main.c b/teensy/main.c index ba7207fe8..d62ae3bdb 100644 --- a/teensy/main.c +++ b/teensy/main.c @@ -3,8 +3,6 @@ #include <string.h> #include <stdlib.h> -#include "py/nlr.h" -#include "py/parse.h" #include "py/lexer.h" #include "py/runtime.h" #include "py/stackctrl.h" |
