summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-05-29 02:01:03 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-05-29 02:01:03 +0900
commit55fed387a991c984ea2988b733ec42ebccfaaf2a (patch)
tree0dc3a57896a4f88391df9e986542edf5b5ff8f9b /src/string.c
parentb1871cf446a5cde128f8601b5517a8760af67940 (diff)
parent2ee84eb3dfdea45a254d53fbd76576f3bfb57728 (diff)
downloadmruby-55fed387a991c984ea2988b733ec42ebccfaaf2a.tar.gz
mruby-55fed387a991c984ea2988b733ec42ebccfaaf2a.zip
Merge pull request #2806 from cremno/simplify-mruby-ctype-macros
mruby.h: simplify ctype-like macros
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string.c b/src/string.c
index e05c6f749..128578afd 100644
--- a/src/string.c
+++ b/src/string.c
@@ -4,7 +4,6 @@
** See Copyright Notice in mruby.h
*/
-#include <ctype.h>
#include <float.h>
#include <limits.h>
#include <stddef.h>