diff options
Diffstat (limited to 'py/objmap.c')
-rw-r--r-- | py/objmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/objmap.c b/py/objmap.c index 45e65549da..c6f8f16572 100644 --- a/py/objmap.c +++ b/py/objmap.c @@ -1,9 +1,9 @@ #include <stdlib.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" |