From 711fd0b876951174a0c13426558b12f9d77fe2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sun, 26 Feb 2012 11:59:25 +0100 Subject: [PATCH] Drop include for config-workspace.h None of the definitions is used anywhere in kwin. REVIEW: 104081 --- libkwineffects/kwinglobals.cpp | 1 - scene_xrender.h | 2 -- utils.h | 1 - 3 files changed, 4 deletions(-) diff --git a/libkwineffects/kwinglobals.cpp b/libkwineffects/kwinglobals.cpp index 575813ee3f..832785c710 100644 --- a/libkwineffects/kwinglobals.cpp +++ b/libkwineffects/kwinglobals.cpp @@ -24,7 +24,6 @@ along with this program. If not, see . #include #include -#include #include #include diff --git a/scene_xrender.h b/scene_xrender.h index 76d4088128..b544b0b02e 100644 --- a/scene_xrender.h +++ b/scene_xrender.h @@ -21,8 +21,6 @@ along with this program. If not, see . #ifndef KWIN_SCENE_XRENDER_H #define KWIN_SCENE_XRENDER_H -#include - #include "scene.h" #include "shadow.h" diff --git a/utils.h b/utils.h index 8a7d9a1993..6413da1932 100644 --- a/utils.h +++ b/utils.h @@ -24,7 +24,6 @@ along with this program. If not, see . class QLabel; -#include #include #include