diff options
Diffstat (limited to 'esp8266/modpyb.c')
-rw-r--r-- | esp8266/modpyb.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/esp8266/modpyb.c b/esp8266/modpyb.c index d40745b8fc..eeee67a88c 100644 --- a/esp8266/modpyb.c +++ b/esp8266/modpyb.c @@ -24,15 +24,11 @@ * THE SOFTWARE. */ -#include <stdint.h> #include <stdio.h> -#include "mpconfig.h" -#include "misc.h" -#include "nlr.h" -#include "qstr.h" -#include "obj.h" -#include "gc.h" +#include "py/nlr.h" +#include "py/obj.h" +#include "py/gc.h" #include "gccollect.h" #include "pyexec.h" #include "pybstdio.h" |