summaryrefslogtreecommitdiffstatshomepage
path: root/py/objproperty.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/objproperty.c')
-rw-r--r--py/objproperty.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/py/objproperty.c b/py/objproperty.c
index c83ca2dbb0..75cc1458ea 100644
--- a/py/objproperty.c
+++ b/py/objproperty.c
@@ -27,12 +27,8 @@
#include <stdlib.h>
#include <assert.h>
-#include "mpconfig.h"
-#include "nlr.h"
-#include "misc.h"
-#include "qstr.h"
-#include "obj.h"
-#include "runtime.h"
+#include "py/nlr.h"
+#include "py/runtime.h"
#if MICROPY_PY_BUILTINS_PROPERTY