summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
diff options
context:
space:
mode:
authorcremno <[email protected]>2015-05-28 10:44:20 +0200
committercremno <[email protected]>2015-05-28 10:44:20 +0200
commit2ee84eb3dfdea45a254d53fbd76576f3bfb57728 (patch)
tree0dc3a57896a4f88391df9e986542edf5b5ff8f9b /mrbgems
parent85075bef7583edd0a48cfbdfaa632cbdacf78f2c (diff)
downloadmruby-2ee84eb3dfdea45a254d53fbd76576f3bfb57728.tar.gz
mruby-2ee84eb3dfdea45a254d53fbd76576f3bfb57728.zip
remove unnecessary including of <ctype.h>
Not needed anymore since 85075bef7583edd0a48cfbdfaa632cbdacf78f2c
Diffstat (limited to 'mrbgems')
-rw-r--r--mrbgems/mruby-string-ext/src/string.c1
-rw-r--r--mrbgems/mruby-string-utf8/src/string.c1
-rw-r--r--mrbgems/mruby-struct/src/struct.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/mrbgems/mruby-string-ext/src/string.c b/mrbgems/mruby-string-ext/src/string.c
index 221de5009..e925a82a7 100644
--- a/mrbgems/mruby-string-ext/src/string.c
+++ b/mrbgems/mruby-string-ext/src/string.c
@@ -1,4 +1,3 @@
-#include <ctype.h>
#include <string.h>
#include "mruby.h"
#include "mruby/array.h"
diff --git a/mrbgems/mruby-string-utf8/src/string.c b/mrbgems/mruby-string-utf8/src/string.c
index ef9457195..e21101df9 100644
--- a/mrbgems/mruby-string-utf8/src/string.c
+++ b/mrbgems/mruby-string-utf8/src/string.c
@@ -5,7 +5,6 @@
#include "mruby/range.h"
#include "mruby/numeric.h"
#include "mruby/re.h"
-#include <ctype.h>
#include <string.h>
static const char utf8len_codepage[256] =
diff --git a/mrbgems/mruby-struct/src/struct.c b/mrbgems/mruby-struct/src/struct.c
index 28ba9c3db..d2187a2d1 100644
--- a/mrbgems/mruby-struct/src/struct.c
+++ b/mrbgems/mruby-struct/src/struct.c
@@ -4,7 +4,6 @@
** See Copyright Notice in mruby.h
*/
-#include <ctype.h>
#include <string.h>
#include "mruby.h"
#include "mruby/array.h"