From ecb5e64b676898ed0917a6ac19bf88521602eb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 7 Sep 2015 10:56:34 +0200 Subject: [PATCH] [server] Clean up headers of BlurInterface and ContrastInterface * remove unused forward declarations * remove unused included --- src/wayland/blur_interface.h | 4 ---- src/wayland/contrast_interface.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/wayland/blur_interface.h b/src/wayland/blur_interface.h index 01568a87c2..cfb7348259 100644 --- a/src/wayland/blur_interface.h +++ b/src/wayland/blur_interface.h @@ -25,18 +25,14 @@ License along with this library. If not, see . #include "resource.h" #include -#include #include -struct wl_region; - namespace KWayland { namespace Server { -class BufferInterface; class Display; class KWAYLANDSERVER_EXPORT BlurManagerInterface : public Global diff --git a/src/wayland/contrast_interface.h b/src/wayland/contrast_interface.h index d082034315..b442f8d5ea 100644 --- a/src/wayland/contrast_interface.h +++ b/src/wayland/contrast_interface.h @@ -25,18 +25,14 @@ License along with this library. If not, see . #include "resource.h" #include -#include #include -struct wl_region; - namespace KWayland { namespace Server { -class BufferInterface; class Display; class KWAYLANDSERVER_EXPORT ContrastManagerInterface : public Global