diff options
Diffstat (limited to 'src/ctype/tolower.c')
-rw-r--r-- | src/ctype/tolower.c | 5 |
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 **/ |