summaryrefslogtreecommitdiff
path: root/src/ctype/tolower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/tolower.c')
-rw-r--r--src/ctype/tolower.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ctype/tolower.c b/src/ctype/tolower.c
index 3da90645..3a16dbab 100644
--- a/src/ctype/tolower.c
+++ b/src/ctype/tolower.c
@@ -1,6 +1,5 @@
-#include <ctype.h>
-#include "stdio.h"
-#include "limits.h"
+#include <stdio.h>
+#include <limits.h>
#include "_ctype.h"
/** convert an uppercase letter to lowercase **/