diff options
Diffstat (limited to 'py/objset.c')
-rw-r--r-- | py/objset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/objset.c b/py/objset.c index db3683f608..1d10f94e81 100644 --- a/py/objset.c +++ b/py/objset.c @@ -2,9 +2,9 @@ #include <string.h> #include <assert.h> +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" #include "runtime.h" |