diff options
Diffstat (limited to 'py/objcell.c')
-rw-r--r-- | py/objcell.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/py/objcell.c b/py/objcell.c index 29280e851b..b2d42001bc 100644 --- a/py/objcell.c +++ b/py/objcell.c @@ -24,12 +24,7 @@ * THE SOFTWARE. */ -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" +#include "py/obj.h" typedef struct _mp_obj_cell_t { mp_obj_base_t base; |