diff options
Diffstat (limited to 'py/objexcept.c')
-rw-r--r-- | py/objexcept.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/objexcept.c b/py/objexcept.c index 532ca4320a..11177724da 100644 --- a/py/objexcept.c +++ b/py/objexcept.c @@ -1,5 +1,3 @@ -#include <stdlib.h> -#include <stdint.h> #include <string.h> #include <stdarg.h> #include <assert.h> |