diff options
Diffstat (limited to 'src/ctype/iscntrl.c')
-rw-r--r-- | src/ctype/iscntrl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ctype/iscntrl.c b/src/ctype/iscntrl.c index 06046732..0e029751 100644 --- a/src/ctype/iscntrl.c +++ b/src/ctype/iscntrl.c @@ -1,5 +1,4 @@ -#include <ctype.h> -#include "limits.h" +#include <limits.h> #include "_assert.h" #include "_ctype.h" |