diff options
Diffstat (limited to 'py/objset.c')
-rw-r--r-- | py/objset.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/py/objset.c b/py/objset.c index 1069cd5eac..54009a1f53 100644 --- a/py/objset.c +++ b/py/objset.c @@ -28,14 +28,10 @@ #include <string.h> #include <assert.h> -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" -#include "runtime0.h" -#include "builtin.h" +#include "py/nlr.h" +#include "py/runtime.h" +#include "py/runtime0.h" +#include "py/builtin.h" #if MICROPY_PY_BUILTINS_SET |