From f8c8c79029867a087c9a753269d82b808c16f047 Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Mon, 2 Feb 2015 13:10:50 +0100 Subject: Fix build of egl integration Add missing includes and reorder includes to avoid X defines breakage Change-Id: Iaf95ae2488df3d3301436262ed79f7091b4be0a9 Reviewed-by: Laszlo Agocs --- src/plugins/platforms/eglfs/qeglfswindow.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/plugins/platforms/eglfs/qeglfswindow.cpp') diff --git a/src/plugins/platforms/eglfs/qeglfswindow.cpp b/src/plugins/platforms/eglfs/qeglfswindow.cpp index f5839e086d..39a3ef94e9 100644 --- a/src/plugins/platforms/eglfs/qeglfswindow.cpp +++ b/src/plugins/platforms/eglfs/qeglfswindow.cpp @@ -31,8 +31,7 @@ ** ****************************************************************************/ -#include "qeglfswindow.h" -#include "qeglfshooks.h" +#include #include #include #include @@ -40,6 +39,9 @@ #include #include +#include "qeglfswindow.h" +#include "qeglfshooks.h" + #include QT_BEGIN_NAMESPACE -- cgit v1.2.3