From e5bffd744b454fed4f85cb53bdc36f1b76f35577 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Tue, 18 Mar 2014 17:50:52 +0100 Subject: [PATCH] Stop using deprecated headers Most things were already ported away, only that nobody realized they weren't used. --- clients/oxygen/config/oxygenconfigwidget.cpp | 2 -- clients/oxygen/demo/oxygenshadowdemodialog.cpp | 1 - clients/oxygen/oxygenfactory.cpp | 1 - clients/oxygen/oxygenfactory.h | 1 - libkwineffects/kwinglutils.cpp | 2 -- screenedge.h | 1 - 6 files changed, 8 deletions(-) diff --git a/clients/oxygen/config/oxygenconfigwidget.cpp b/clients/oxygen/config/oxygenconfigwidget.cpp index 710c286c5a..051bb965a0 100644 --- a/clients/oxygen/config/oxygenconfigwidget.cpp +++ b/clients/oxygen/config/oxygenconfigwidget.cpp @@ -26,8 +26,6 @@ #include "oxygenconfigwidget.h" #include "oxygenanimationconfigwidget.h" -#include - #include #include #include diff --git a/clients/oxygen/demo/oxygenshadowdemodialog.cpp b/clients/oxygen/demo/oxygenshadowdemodialog.cpp index 67e5cb1302..b96c8b0132 100644 --- a/clients/oxygen/demo/oxygenshadowdemodialog.cpp +++ b/clients/oxygen/demo/oxygenshadowdemodialog.cpp @@ -30,7 +30,6 @@ #include #include -#include #include namespace Oxygen diff --git a/clients/oxygen/oxygenfactory.cpp b/clients/oxygen/oxygenfactory.cpp index 3765642f49..66b8367ee0 100644 --- a/clients/oxygen/oxygenfactory.cpp +++ b/clients/oxygen/oxygenfactory.cpp @@ -31,7 +31,6 @@ #include #include #include -#include KWIN_DECORATION(OxygenPluginFactory, "oxygenclient.json", Oxygen::Factory) diff --git a/clients/oxygen/oxygenfactory.h b/clients/oxygen/oxygenfactory.h index 63bc9c376c..f0038bc177 100644 --- a/clients/oxygen/oxygenfactory.h +++ b/clients/oxygen/oxygenfactory.h @@ -34,7 +34,6 @@ #include #include -#include namespace Oxygen { diff --git a/libkwineffects/kwinglutils.cpp b/libkwineffects/kwinglutils.cpp index c075743935..881e13528f 100644 --- a/libkwineffects/kwinglutils.cpp +++ b/libkwineffects/kwinglutils.cpp @@ -28,8 +28,6 @@ along with this program. If not, see . #include "kwineffects.h" #include "kwinglplatform.h" -#include -#include #include #include diff --git a/screenedge.h b/screenedge.h index bf26d4af07..d00bb0b137 100644 --- a/screenedge.h +++ b/screenedge.h @@ -33,7 +33,6 @@ along with this program. If not, see . #include "kwinglobals.h" #include "xcbutils.h" // KDE includes -#include #include // Qt #include