include cleanups: remove unused headers and add feature test macros
[oweals/musl.git] / src / exit / atexit.c
index c31f3dc35261ff6ddc73d9325463c86f117ec926..89ff4ff35a30e41b84b0559ef964aa072e23e36c 100644 (file)
@@ -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 */