From 4a23a01945fa59051fd99fe3be78d836326cbada Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 21 Feb 2015 18:58:43 +0000 Subject: cc3200: Add explicit py/ path-prefix for py includes. This is how it should be, so one knows exactly where the includes are coming from. --- cc3200/mods/modnetwork.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'cc3200/mods/modnetwork.c') diff --git a/cc3200/mods/modnetwork.c b/cc3200/mods/modnetwork.c index 2e100aecb..7b5ae5f00 100644 --- a/cc3200/mods/modnetwork.c +++ b/cc3200/mods/modnetwork.c @@ -29,17 +29,10 @@ #include #include -#include "mpconfig.h" +#include "py/mpstate.h" #include MICROPY_HAL_H -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "objlist.h" -#include "runtime.h" #include "modnetwork.h" #include "mpexception.h" -#include "mpstate.h" /// \module network - network configuration /// -- cgit v1.2.3