diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-08 13:05:27 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-08 13:05:27 +0900 |
| commit | 3046cc7bd8bdf470dbe8eec2de4c7a1caedcd352 (patch) | |
| tree | ccf95a1fce4afea8d9d97684e79cca5a864672ae /mrbgems/mruby-struct/src/struct.c | |
| parent | c150f115a162c6f44d0866dba2cea91572a0ea98 (diff) | |
| parent | 2040347d26a979898e6d1454c0780df0eead705e (diff) | |
| download | mruby-3046cc7bd8bdf470dbe8eec2de4c7a1caedcd352.tar.gz mruby-3046cc7bd8bdf470dbe8eec2de4c7a1caedcd352.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'mrbgems/mruby-struct/src/struct.c')
| -rw-r--r-- | mrbgems/mruby-struct/src/struct.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-struct/src/struct.c b/mrbgems/mruby-struct/src/struct.c index 309684422..e6d3b0796 100644 --- a/mrbgems/mruby-struct/src/struct.c +++ b/mrbgems/mruby-struct/src/struct.c @@ -10,7 +10,6 @@ #include "mruby/array.h" #include "mruby/string.h" #include "mruby/class.h" -#include "mruby/data.h" #include "mruby/variable.h" #define RSTRUCT_ARY(st) mrb_ary_ptr(st) |
