From ca5f8cfe030c9529d0cee008c0e20e9e7126245b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 18 Mar 2014 09:23:25 +0100 Subject: [PATCH] [kwin] Remove unused config-workspace.h includes --- scene_opengl.cpp | 1 - scene_qpainter.h | 1 - scene_xrender.h | 1 - workspace.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/scene_opengl.cpp b/scene_opengl.cpp index 77452d7ad0..aa94bbe6be 100644 --- a/scene_opengl.cpp +++ b/scene_opengl.cpp @@ -25,7 +25,6 @@ along with this program. If not, see . #ifdef KWIN_HAVE_EGL #include "eglonxbackend.h" // for Wayland -#include "config-workspace.h" #if HAVE_WAYLAND_EGL #include "egl_wayland_backend.h" #endif diff --git a/scene_qpainter.h b/scene_qpainter.h index 41b4183caa..5846eba97e 100644 --- a/scene_qpainter.h +++ b/scene_qpainter.h @@ -22,7 +22,6 @@ along with this program. If not, see . #include "scene.h" #include "shadow.h" -#include namespace KWin { diff --git a/scene_xrender.h b/scene_xrender.h index 366a4dbf40..d9d24fa51a 100644 --- a/scene_xrender.h +++ b/scene_xrender.h @@ -23,7 +23,6 @@ along with this program. If not, see . #include "scene.h" #include "shadow.h" -#include #ifdef KWIN_HAVE_XRENDER_COMPOSITING diff --git a/workspace.cpp b/workspace.cpp index 6c2e5c54af..d5f1181fcb 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -57,7 +57,6 @@ along with this program. If not, see . #include "unmanaged.h" #include "useractions.h" #include "virtualdesktops.h" -#include #if HAVE_WAYLAND #include "wayland_backend.h" #endif