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