Skip to content

Commit

Permalink
Remove unnecessary ctype.h includes
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Dec 9, 2018
1 parent b616adf commit 6499daf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bini.c
@@ -1,4 +1,3 @@
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <stdint.h> /* Only for uint32_t */
Expand Down
1 change: 0 additions & 1 deletion unbini.c
@@ -1,4 +1,3 @@
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <stdint.h> /* Only for uint32_t */
Expand Down

0 comments on commit 6499daf

Please sign in to comment.