From 2cf6dfa280a8149941aafc852fbaae8bdfc4999e Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 21:06:20 +0000 Subject: stmhal: Prefix includes with py/; remove need for -I../py. --- stmhal/modnetwork.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'stmhal/modnetwork.c') diff --git a/stmhal/modnetwork.c b/stmhal/modnetwork.c index 21e279a99..f1ca4a954 100644 --- a/stmhal/modnetwork.c +++ b/stmhal/modnetwork.c @@ -29,13 +29,9 @@ #include #include -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "objlist.h" -#include "runtime.h" +#include "py/nlr.h" +#include "py/objlist.h" +#include "py/runtime.h" #include "modnetwork.h" /// \module network - network configuration -- cgit v1.2.3