diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-31 17:15:10 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-31 17:15:10 -0500 |
| commit | c3e4cda23b025d80a001a20758a907964a220361 (patch) | |
| tree | 0587ca957483c6f3c6a1addf7e8aab321bfd572e /src/ctype/isupper.c | |
| parent | 240d3bdd77d36b8295e2ba8a34c80bb1baafaf6e (diff) | |
clean up headers
Diffstat (limited to 'src/ctype/isupper.c')
| -rw-r--r-- | src/ctype/isupper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ctype/isupper.c b/src/ctype/isupper.c index c8b7ac19..039e5f72 100644 --- a/src/ctype/isupper.c +++ b/src/ctype/isupper.c @@ -1,5 +1,3 @@ -#include <limits.h> -#include <stdio.h> #include "_ctype.h" /** test whether a character is an uppercase letter **/ |
