diff options
Diffstat (limited to 'py/objfun.c')
-rw-r--r-- | py/objfun.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/objfun.c b/py/objfun.c index 5743fa550f..d63acc687b 100644 --- a/py/objfun.c +++ b/py/objfun.c @@ -28,7 +28,6 @@ #include <stdbool.h> #include <string.h> #include <assert.h> -#include <alloca.h> #include "mpconfig.h" #include "nlr.h" |