about summary refs log tree commit homepage
path: root/ext/raindrops/linux_inet_diag.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/raindrops/linux_inet_diag.c')
-rw-r--r--ext/raindrops/linux_inet_diag.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/raindrops/linux_inet_diag.c b/ext/raindrops/linux_inet_diag.c
index a6bf302..78859cb 100644
--- a/ext/raindrops/linux_inet_diag.c
+++ b/ext/raindrops/linux_inet_diag.c
@@ -378,8 +378,6 @@ void Init_raindrops_linux_inet_diag(void)
 #ifndef HAVE_RB_STRUCT_ALLOC_NOINIT
         id_new = rb_intern("new");
 #endif
-        rb_require("raindrops/linux");
-
         page_size = getpagesize();
 
         assert(OPLEN <= page_size && "bytecode OPLEN is not <= PAGE_SIZE");