summaryrefslogtreecommitdiffstatshomepage
path: root/py/objsingleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/objsingleton.c')
-rw-r--r--py/objsingleton.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objsingleton.c b/py/objsingleton.c
index ea72ae38cc..67535391ea 100644
--- a/py/objsingleton.c
+++ b/py/objsingleton.c
@@ -27,9 +27,7 @@
#include <stdlib.h>
#include <assert.h>
-#include "py/nlr.h"
#include "py/obj.h"
-#include "py/runtime0.h"
/******************************************************************************/
/* singleton objects defined by Python */