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