remove apparently useless egl include
this file does not directly access egl. Change-Id: I8b52aef9ee3a69a12370c3c6a1f9e2bb23051603 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>bb10
parent
5976fbf5e0
commit
db732a07c0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue