summaryrefslogtreecommitdiffstatshomepage
path: root/py/objint.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/objint.c')
-rw-r--r--py/objint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objint.c b/py/objint.c
index 000a0404c7..4f2e610a50 100644
--- a/py/objint.c
+++ b/py/objint.c
@@ -28,12 +28,10 @@
#include <assert.h>
#include <string.h>
-#include "py/nlr.h"
#include "py/parsenum.h"
#include "py/smallint.h"
#include "py/objint.h"
#include "py/objstr.h"
-#include "py/runtime0.h"
#include "py/runtime.h"
#include "py/binary.h"