diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-07 15:32:12 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-07 15:32:12 -0800 |
| commit | b147970bd2e76888a6711fbc2f7de42ca92d55a0 (patch) | |
| tree | b2708c1d3bae0dc0ba575079ed2663bbfeb07452 /test | |
| parent | cff4ac6bb7fac7cf72b58a0081d7dacd9c1f492c (diff) | |
| parent | aa655b9ee13b2d26de7a633049e20742b7393e52 (diff) | |
| download | mruby-b147970bd2e76888a6711fbc2f7de42ca92d55a0.tar.gz mruby-b147970bd2e76888a6711fbc2f7de42ca92d55a0.zip | |
Merge pull request #1649 from cremno/include-cleanup
remove superfluous includes
Diffstat (limited to 'test')
| -rw-r--r-- | test/init_mrbtest.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/init_mrbtest.c b/test/init_mrbtest.c index 3b8f9129e..8d01624f0 100644 --- a/test/init_mrbtest.c +++ b/test/init_mrbtest.c @@ -1,9 +1,6 @@ #include <stdlib.h> #include "mruby.h" #include "mruby/irep.h" -#include "mruby/dump.h" -#include "mruby/string.h" -#include "mruby/proc.h" extern const uint8_t mrbtest_irep[]; |
