efl/ecore_evas_x: remove includes that are not required.

SVN revision: 82371
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-07 23:14:08 +00:00
parent 2de9608b27
commit 4148218617
1 changed files with 0 additions and 9 deletions

View File

@ -22,15 +22,6 @@
# 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];