From c4381dc1f943233e29403389c3b29e3cb5eba3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sun, 13 Mar 2011 13:25:34 +0100 Subject: [PATCH] Deinclude effects.h in files where not needed any more --- activation.cpp | 1 - bridge.cpp | 1 - client.cpp | 1 - deleted.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/activation.cpp b/activation.cpp index 67bb89368d..b43f6ab14c 100644 --- a/activation.cpp +++ b/activation.cpp @@ -41,7 +41,6 @@ along with this program. If not, see . #include "atoms.h" #include "group.h" #include "rules.h" -#include "effects.h" #include namespace KWin diff --git a/bridge.cpp b/bridge.cpp index 5372d5a33d..06dde5588f 100644 --- a/bridge.cpp +++ b/bridge.cpp @@ -22,7 +22,6 @@ along with this program. If not, see . #include "client.h" #include "options.h" -#include "effects.h" #include diff --git a/client.cpp b/client.cpp index d4b9dc7e5a..f6d964dd36 100644 --- a/client.cpp +++ b/client.cpp @@ -44,7 +44,6 @@ along with this program. If not, see . #include "notifications.h" #include "rules.h" #include "scene.h" -#include "effects.h" #include "deleted.h" #include "paintredirector.h" #include "tabbox.h" diff --git a/deleted.cpp b/deleted.cpp index a59c7cd5df..e6130ffa20 100644 --- a/deleted.cpp +++ b/deleted.cpp @@ -22,7 +22,6 @@ along with this program. If not, see . #include "workspace.h" #include "client.h" -#include "effects.h" namespace KWin {