summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2013-03-16 18:08:18 +0900
committerMasaki Muranaka <[email protected]>2013-03-16 18:08:18 +0900
commita11e7f3c3007b579aed846925ecc2f42a1a52a42 (patch)
tree1bf414cbc4863405791952b85bedbdbcc97b8077 /test
parentabf1b188e37ff4267bd16c28b3cfde708ecacfbe (diff)
downloadmruby-a11e7f3c3007b579aed846925ecc2f42a1a52a42.tar.gz
mruby-a11e7f3c3007b579aed846925ecc2f42a1a52a42.zip
Remove unused string.h.
Diffstat (limited to 'test')
-rw-r--r--test/driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/driver.c b/test/driver.c
index 48e6aa696..9947cc532 100644
--- a/test/driver.c
+++ b/test/driver.c
@@ -5,8 +5,6 @@
** against the current mruby implementation.
*/
-#include <string.h>
-
#include <mruby.h>
#include <mruby/proc.h>
#include <mruby/data.h>