From 9d2fd219a7ab48045ee8a7936225551680ed6c99 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 11 Jan 2015 13:06:06 -0600 Subject: Micro Python: Changes to pyexec.c to get it to compile. Still other compilation issues --- apps/interpreters/micropython/pyexec.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/interpreters/micropython/pyexec.h') diff --git a/apps/interpreters/micropython/pyexec.h b/apps/interpreters/micropython/pyexec.h index 07993a868..3ef5b3673 100644 --- a/apps/interpreters/micropython/pyexec.h +++ b/apps/interpreters/micropython/pyexec.h @@ -30,12 +30,6 @@ #ifndef __APPS_INTERPRETERS_MICROPYTHON_PYEXEC_H #define __APPS_INTERPRETERS_MICROPYTHON_PYEXEC_H 1 -/**************************************************************************** - * Included Files - ****************************************************************************/ - -#include "py/obj.h" - /**************************************************************************** * Pre-processor Definitions ****************************************************************************/ -- cgit v1.2.3