diff options
Diffstat (limited to 'py/objboundmeth.c')
-rw-r--r-- | py/objboundmeth.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/objboundmeth.c b/py/objboundmeth.c index 0b5fc10a07..1b9ac61f24 100644 --- a/py/objboundmeth.c +++ b/py/objboundmeth.c @@ -1,7 +1,4 @@ -#include <stdlib.h> -#include <stdlib.h> #include <string.h> -#include <assert.h> #include "nlr.h" #include "misc.h" |