diff options
Diffstat (limited to 'py/objint_longlong.c')
-rw-r--r-- | py/objint_longlong.c | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/py/objint_longlong.c b/py/objint_longlong.c index 5f48b71340..394ae111ad 100644 --- a/py/objint_longlong.c +++ b/py/objint_longlong.c @@ -26,19 +26,13 @@ */ #include <stdlib.h> -#include <stdint.h> #include <string.h> -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "smallint.h" -#include "mpz.h" -#include "objint.h" -#include "runtime0.h" -#include "runtime.h" +#include "py/nlr.h" +#include "py/smallint.h" +#include "py/objint.h" +#include "py/runtime0.h" +#include "py/runtime.h" #if MICROPY_PY_BUILTINS_FLOAT #include <math.h> |