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 -- 1 file changed, 2 deletions(-) (limited to 'extmod/moduheapq.c') 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" -- cgit v1.2.3