summaryrefslogtreecommitdiff
path: root/src/ctype/isupper.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 17:15:10 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 17:15:10 -0500
commitc3e4cda23b025d80a001a20758a907964a220361 (patch)
tree0587ca957483c6f3c6a1addf7e8aab321bfd572e /src/ctype/isupper.c
parent240d3bdd77d36b8295e2ba8a34c80bb1baafaf6e (diff)
clean up headers
Diffstat (limited to 'src/ctype/isupper.c')
-rw-r--r--src/ctype/isupper.c2
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 **/