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/modusocket.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'stmhal/modusocket.c') diff --git a/stmhal/modusocket.c b/stmhal/modusocket.c index c2246b3c4..781720b53 100644 --- a/stmhal/modusocket.c +++ b/stmhal/modusocket.c @@ -25,18 +25,13 @@ */ #include -#include #include #include -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "objtuple.h" -#include "objlist.h" -#include "runtime.h" +#include "py/nlr.h" +#include "py/objtuple.h" +#include "py/objlist.h" +#include "py/runtime.h" #include "modnetwork.h" /******************************************************************************/ -- cgit v1.2.3