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 /mrbgems/mruby-hash-ext/src | |
| 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 'mrbgems/mruby-hash-ext/src')
| -rw-r--r-- | mrbgems/mruby-hash-ext/src/hash-ext.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mrbgems/mruby-hash-ext/src/hash-ext.c b/mrbgems/mruby-hash-ext/src/hash-ext.c index 94518924e..c6e72f451 100644 --- a/mrbgems/mruby-hash-ext/src/hash-ext.c +++ b/mrbgems/mruby-hash-ext/src/hash-ext.c @@ -6,11 +6,8 @@ #include "mruby.h" #include "mruby/array.h" -#include "mruby/class.h" #include "mruby/hash.h" #include "mruby/khash.h" -#include "mruby/string.h" -#include "mruby/variable.h" /* * call-seq: |
