summaryrefslogtreecommitdiff
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/struct.c b/struct.c
index d345a19d9a..743a2fd7ef 100644
--- a/struct.c
+++ b/struct.c
@@ -10,10 +10,6 @@
#include "ruby.h"
-#ifdef USE_CWGUSI
-#include <stdio.h>
-#endif
-
VALUE rb_cStruct;
static VALUE struct_alloc _((int, VALUE*, VALUE));