diff options
Diffstat (limited to 'py/objgetitemiter.c')
-rw-r--r-- | py/objgetitemiter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/objgetitemiter.c b/py/objgetitemiter.c index afd6fb22b0..ec41c2c5b1 100644 --- a/py/objgetitemiter.c +++ b/py/objgetitemiter.c @@ -26,7 +26,6 @@ #include <stdlib.h> -#include "py/nlr.h" #include "py/runtime.h" // this is a wrapper object that turns something that has a __getitem__ method into an iterator |