summaryrefslogtreecommitdiffstatshomepage
path: root/py/modsys.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/modsys.c')
-rw-r--r--py/modsys.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/py/modsys.c b/py/modsys.c
index ecc0b6065f..84a4eb0f47 100644
--- a/py/modsys.c
+++ b/py/modsys.c
@@ -25,8 +25,6 @@
* THE SOFTWARE.
*/
-#include "py/mpstate.h"
-#include "py/nlr.h"
#include "py/builtin.h"
#include "py/objlist.h"
#include "py/objtuple.h"
@@ -35,7 +33,6 @@
#include "py/objtype.h"
#include "py/stream.h"
#include "py/smallint.h"
-#include "py/runtime0.h"
#include "py/runtime.h"
#if MICROPY_PY_SYS