diff options
Diffstat (limited to 'src/exit/atexit.c')
-rw-r--r-- | src/exit/atexit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exit/atexit.c b/src/exit/atexit.c index c31f3dc3..89ff4ff3 100644 --- a/src/exit/atexit.c +++ b/src/exit/atexit.c @@ -1,7 +1,5 @@ -#include <stddef.h> #include <stdlib.h> #include <stdint.h> -#include <limits.h> #include "libc.h" /* Ensure that at least 32 atexit handlers can be registered without malloc */ |