From efe34223945a5d27a7ae9445d0793d6330cd2411 Mon Sep 17 00:00:00 2001 From: xbe Date: Sun, 16 Mar 2014 00:14:26 -0700 Subject: py: Clean up includes. Remove unnecessary includes. Add includes that improve portability. --- py/runtime.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'py/runtime.c') diff --git a/py/runtime.c b/py/runtime.c index bd6f2289d..9c8ba636c 100644 --- a/py/runtime.c +++ b/py/runtime.c @@ -2,8 +2,6 @@ // mp_xxx functions are safer and can be called by anyone // note that rt_assign_xxx are called only from emit*, and maybe we can rename them to reflect this -#include -#include #include #include #include -- cgit v1.2.3