summaryrefslogtreecommitdiff
path: root/src/ctype/toupper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/toupper.c')
-rw-r--r--src/ctype/toupper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ctype/toupper.c b/src/ctype/toupper.c
index bbf4e06e..4e74a55c 100644
--- a/src/ctype/toupper.c
+++ b/src/ctype/toupper.c
@@ -1,5 +1,4 @@
#include <ctype.h>
-#include "libc.h"
int toupper(int c)
{