diff options
Diffstat (limited to 'py/objint_mpz.c')
-rw-r--r-- | py/objint_mpz.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objint_mpz.c b/py/objint_mpz.c index e8e8b85472..8b7ed78a2c 100644 --- a/py/objint_mpz.c +++ b/py/objint_mpz.c @@ -1,7 +1,5 @@ -#include <stdlib.h> #include <stdint.h> #include <string.h> -#include <assert.h> #include "nlr.h" #include "misc.h" |