diff options
| author | Masaki Muranaka <[email protected]> | 2013-03-16 18:08:18 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-03-16 18:08:18 +0900 |
| commit | a11e7f3c3007b579aed846925ecc2f42a1a52a42 (patch) | |
| tree | 1bf414cbc4863405791952b85bedbdbcc97b8077 /test | |
| parent | abf1b188e37ff4267bd16c28b3cfde708ecacfbe (diff) | |
| download | mruby-a11e7f3c3007b579aed846925ecc2f42a1a52a42.tar.gz mruby-a11e7f3c3007b579aed846925ecc2f42a1a52a42.zip | |
Remove unused string.h.
Diffstat (limited to 'test')
| -rw-r--r-- | test/driver.c | 2 |
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> |
