From 42456bdf7b308f04be6425c2ca7b08df9cc6874a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 22 Nov 2016 08:21:38 +0100 Subject: [PATCH] Remove epoxy/egl.h from kwinglutils_func.h Summary: It's not needed inside libkwinglutils. The only required usage is from abstract_egl_backend.h where the include is moved to. This removes an fixx11h.h from a kwin lib. Reviewers: #kwin, #plasma Subscribers: plasma-devel, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D3447 --- abstract_egl_backend.h | 3 +++ libkwineffects/kwinglutils_funcs.h | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/abstract_egl_backend.h b/abstract_egl_backend.h index 775b555cfe..c1de6c2170 100644 --- a/abstract_egl_backend.h +++ b/abstract_egl_backend.h @@ -21,6 +21,9 @@ along with this program. If not, see . #define KWIN_ABSTRACT_EGL_BACKEND_H #include "scene_opengl.h" +#include +#include + class QOpenGLFramebufferObject; namespace KWin diff --git a/libkwineffects/kwinglutils_funcs.h b/libkwineffects/kwinglutils_funcs.h index 2208dde938..3657751e3a 100644 --- a/libkwineffects/kwinglutils_funcs.h +++ b/libkwineffects/kwinglutils_funcs.h @@ -23,10 +23,6 @@ along with this program. If not, see . #include -#include - -#include - #include #include