diff options
Diffstat (limited to 'py/objpolyiter.c')
-rw-r--r-- | py/objpolyiter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/objpolyiter.c b/py/objpolyiter.c index 61bd1e0ac2..01880bff9c 100644 --- a/py/objpolyiter.c +++ b/py/objpolyiter.c @@ -26,7 +26,6 @@ #include <stdlib.h> -#include "py/nlr.h" #include "py/runtime.h" // This is universal iterator type which calls "iternext" method stored in |