summaryrefslogtreecommitdiffhomepage
path: root/src/struct.c
diff options
context:
space:
mode:
authorJunji Sawada <[email protected]>2012-07-14 11:39:25 +0900
committerJunji Sawada <[email protected]>2012-07-14 11:39:25 +0900
commit96366117ea4bd91bccf00110469765ebc1ebaa8c (patch)
treea0ea5f5df41847e0978ddeeb73ceccb698121438 /src/struct.c
parent08f7fab377dab2ed4d9e6d7f4a304f2ce804d12c (diff)
downloadmruby-96366117ea4bd91bccf00110469765ebc1ebaa8c.tar.gz
mruby-96366117ea4bd91bccf00110469765ebc1ebaa8c.zip
Remove unnecessary header inclusion
Diffstat (limited to 'src/struct.c')
-rw-r--r--src/struct.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/struct.c b/src/struct.c
index 25cd02d3d..6d8ce057f 100644
--- a/src/struct.c
+++ b/src/struct.c
@@ -17,13 +17,9 @@
#include "encoding.h"
#endif
-#include "mruby/numeric.h"
-#include "mruby/hash.h"
#include "mruby/string.h"
#include "mruby/class.h"
#include "mruby/variable.h"
-#include "mruby/range.h"
-#include "error.h"
//#include "defines.h"
#define mrb_long2int(n) ((int)(n))