Removed RCS-style IDs.
[ruby-ecore.git] / src / ecore_evas / rb_xrender_x11.c
index 505638d21fc545ccefc3dee6204130af008c861a..166babd73df6e18a3f8683bb05ad4dedd43c2060 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: rb_xrender_x11.c 351 2006-02-10 15:25:40Z tilman $
- *
  * Copyright (C) 2005 ruby-ecore team (see AUTHORS)
  *
  * This library is free software; you can redistribute it and/or
@@ -133,8 +131,6 @@ void Init_XRenderX11 (void)
 {
        VALUE c;
 
-       rb_require ("ecore_x");
-
        c = rb_define_class_under (mEvas, "XRenderX11", cEcoreEvas);
 
        rb_define_alloc_func (c, c_alloc);