efl/ecore_evas_x: remove includes that are not required.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 7 Jan 2013 23:14:08 +0000 (23:14 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 7 Jan 2013 23:14:08 +0000 (23:14 +0000)
SVN revision: 82371

src/modules/ecore_evas/engines/x/ecore_evas_x.c

index f68db36..5c71b6c 100644 (file)
 # include <Evas_Engine_GL_X11.h>
 #endif
 
-#ifdef HAVE_ECORE_X_XCB
-# include <xcb/xcb.h>
-#endif
-
-#ifdef HAVE_ECORE_X_XLIB
-# include <X11/Xlib.h>
-# include <X11/Xutil.h>
-#endif
-
 static int _ecore_evas_init_count = 0;
 
 static Ecore_Event_Handler *ecore_evas_event_handlers[13];