From 1ef26b35c1682637de143ccb0449acb42428ed5c Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 14 Mar 2015 23:11:25 +0000 Subject: py, extmod: Remove include of unnecessary system headers. --- extmod/moduheapq.c | 2 -- extmod/modujson.c | 2 -- extmod/moduzlib.c | 5 ----- 3 files changed, 9 deletions(-) (limited to 'extmod') diff --git a/extmod/moduheapq.c b/extmod/moduheapq.c index 8112b5525..5c5ed06a1 100644 --- a/extmod/moduheapq.c +++ b/extmod/moduheapq.c @@ -24,8 +24,6 @@ * THE SOFTWARE. */ -#include - #include "py/nlr.h" #include "py/objlist.h" #include "py/runtime0.h" diff --git a/extmod/modujson.c b/extmod/modujson.c index b5384bbc4..747a86ac6 100644 --- a/extmod/modujson.c +++ b/extmod/modujson.c @@ -25,8 +25,6 @@ */ #include -#include -#include #include "py/nlr.h" #include "py/objlist.h" diff --git a/extmod/moduzlib.c b/extmod/moduzlib.c index 8b72d14ac..31544059e 100644 --- a/extmod/moduzlib.c +++ b/extmod/moduzlib.c @@ -25,11 +25,6 @@ */ #include -#include -#include -#include -#include -#include #include "py/nlr.h" #include "py/runtime.h" -- cgit v1.2.3