teensy/main: Remove unnecessary header includes.
This commit is contained in:
parent
c9b0f0b248
commit
9e2b2a1c17
|
@ -3,8 +3,6 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "py/nlr.h"
|
|
||||||
#include "py/parse.h"
|
|
||||||
#include "py/lexer.h"
|
#include "py/lexer.h"
|
||||||
#include "py/runtime.h"
|
#include "py/runtime.h"
|
||||||
#include "py/stackctrl.h"
|
#include "py/stackctrl.h"
|
||||||
|
|
Loading…
Reference in New Issue