summaryrefslogtreecommitdiff
path: root/apps/interpreters/micropython/pyexec.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-11 13:06:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-11 13:06:06 -0600
commit9d2fd219a7ab48045ee8a7936225551680ed6c99 (patch)
tree5cf3ab5229d2d98583a3e1877f7940a8f9b4dfd6 /apps/interpreters/micropython/pyexec.h
parentc8de483db09200aef079b2d55bdddcc598dd625f (diff)
downloadnuttx-9d2fd219a7ab48045ee8a7936225551680ed6c99.tar.gz
nuttx-9d2fd219a7ab48045ee8a7936225551680ed6c99.tar.bz2
nuttx-9d2fd219a7ab48045ee8a7936225551680ed6c99.zip
Micro Python: Changes to pyexec.c to get it to compile. Still other compilation issues
Diffstat (limited to 'apps/interpreters/micropython/pyexec.h')
-rw-r--r--apps/interpreters/micropython/pyexec.h6
1 files changed, 0 insertions, 6 deletions
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
@@ -31,12 +31,6 @@
#define __APPS_INTERPRETERS_MICROPYTHON_PYEXEC_H 1
/****************************************************************************
- * Included Files
- ****************************************************************************/
-
-#include "py/obj.h"
-
-/****************************************************************************
* Pre-processor Definitions
****************************************************************************/