teensy/main: Remove unnecessary header includes.

pull/2883/head
Damien George 2017-02-17 13:08:09 +11:00
rodzic c9b0f0b248
commit 9e2b2a1c17
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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"