Resolve the cWindow reference using Ruby.
[ruby-ecore.git] / src / ecore_evas / rb_software_x11.c
index 8549dc550adcdeb7b7297aad84868ffa621fb8ae..e8c38338ffac1ac44dbdbd3356df523b74d0847d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_software_x11.c 351 2006-02-10 15:25:40Z tilman $
+ * $Id: rb_software_x11.c 389 2006-11-11 11:40:24Z tilman $
  *
  * Copyright (C) 2004 ruby-ecore team (see AUTHORS)
  *
@@ -133,8 +133,6 @@ void Init_SoftwareX11 (void)
 {
        VALUE c;
 
-       rb_require ("ecore_x");
-
        c = rb_define_class_under (mEvas, "SoftwareX11", cEcoreEvas);
 
        rb_define_alloc_func (c, c_alloc);