From db732a07c0f7ac1da79c64f6133902b97694b9ef Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 29 Sep 2016 17:32:02 +0200 Subject: [PATCH] remove apparently useless egl include this file does not directly access egl. Change-Id: I8b52aef9ee3a69a12370c3c6a1f9e2bb23051603 Reviewed-by: Laszlo Agocs --- src/plugins/platforms/xcb/qxcbintegration.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/plugins/platforms/xcb/qxcbintegration.cpp b/src/plugins/platforms/xcb/qxcbintegration.cpp index 802f7b85ce..b0c5ac79f9 100644 --- a/src/plugins/platforms/xcb/qxcbintegration.cpp +++ b/src/plugins/platforms/xcb/qxcbintegration.cpp @@ -61,13 +61,8 @@ #include -//this has to be included before egl, since egl pulls in X headers #include -#ifdef XCB_USE_EGL -# include -#endif - #ifdef XCB_USE_XLIB #include #endif