summaryrefslogtreecommitdiff
path: root/py/objproperty.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/objproperty.c')
-rw-r--r--py/objproperty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/objproperty.c b/py/objproperty.c
index 0934fad05..b66d24a11 100644
--- a/py/objproperty.c
+++ b/py/objproperty.c
@@ -27,7 +27,6 @@
#include <stdlib.h>
#include <assert.h>
-#include "py/nlr.h"
#include "py/runtime.h"
#if MICROPY_PY_BUILTINS_PROPERTY