From 0ecd5988a24aaa72415d83961327fc034cfe64a2 Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Wed, 28 Jan 2015 00:59:27 +0000
Subject: [PATCH] stmhal: Remove unnecessary #include "systick.h" from
 pyexec.c.

Makes pyexec.c more re-usable for other ports.
---
 stmhal/pyexec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c
index 761372109..1563dc8e4 100644
--- a/stmhal/pyexec.c
+++ b/stmhal/pyexec.c
@@ -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"
-- 
GitLab