remove apparently useless egl include

this file does not directly access egl.

Change-Id: I8b52aef9ee3a69a12370c3c6a1f9e2bb23051603
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
bb10
Oswald Buddenhagen 2016-09-29 17:32:02 +02:00
parent 5976fbf5e0
commit db732a07c0
1 changed files with 0 additions and 5 deletions

View File

@ -61,13 +61,8 @@
#include <stdio.h>
//this has to be included before egl, since egl pulls in X headers
#include <QtGui/private/qguiapplication_p.h>
#ifdef XCB_USE_EGL
# include <QtPlatformSupport/private/qt_egl_p.h>
#endif
#ifdef XCB_USE_XLIB
#include <X11/Xlib.h>
#endif