summaryrefslogtreecommitdiff
path: root/esp8266/modpyb.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-11-09 13:13:09 +0000
committerDamien George <damien.p.george@gmail.com>2015-11-09 13:13:09 +0000
commit40274fec9c0f8e1ce06f999927f550106b9aa5e8 (patch)
treee844a4ee49957ccb0a8f2f1585826c55201ed3e8 /esp8266/modpyb.c
parent50f56227c651dfec18f0c72add3649ab0d678346 (diff)
lib/pyexec: Move header pyexec.h from stmhal directory.
Diffstat (limited to 'esp8266/modpyb.c')
-rw-r--r--esp8266/modpyb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/modpyb.c b/esp8266/modpyb.c
index 36a9d6bf2..a9daef9c7 100644
--- a/esp8266/modpyb.c
+++ b/esp8266/modpyb.c
@@ -31,7 +31,6 @@
#include "py/gc.h"
#include "py/mphal.h"
#include "gccollect.h"
-#include "pyexec.h"
#include "user_interface.h"
#include "modpyb.h"