stmhal/main: Remove unnecessary header includes.

This commit is contained in:
Damien George 2017-02-17 13:07:42 +11:00
parent bdebfaa4bf
commit c9b0f0b248
1 changed files with 0 additions and 5 deletions

View File

@ -27,15 +27,10 @@
#include <stdio.h>
#include <string.h>
#include "py/nlr.h"
#include "py/lexer.h"
#include "py/parse.h"
#include "py/obj.h"
#include "py/runtime.h"
#include "py/stackctrl.h"
#include "py/gc.h"
#include "py/mphal.h"
#include "lib/utils/pyexec.h"
#include "lib/oofatfs/ff.h"
#include "extmod/vfs.h"