stmhal: Remove unnecessary #include "systick.h" from pyexec.c.

Makes pyexec.c more re-usable for other ports.
This commit is contained in:
Damien George 2015-01-28 00:59:27 +00:00
parent e9995bdea2
commit 0ecd5988a2

View file

@ -38,7 +38,6 @@
#ifdef MICROPY_HAL_H
#include MICROPY_HAL_H
#endif
#include "systick.h"
#include "readline.h"
#include "pyexec.h"
#include "pybstdio.h"