From fa2e1e4eda87b00a866eda1442945670506613ce Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 22 Apr 2014 17:58:01 -0400 Subject: [PATCH] wayland-seat: Clean up includes --- src/wayland/meta-wayland-seat.c | 16 ++-------------- src/wayland/meta-wayland-seat.h | 2 -- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/src/wayland/meta-wayland-seat.c b/src/wayland/meta-wayland-seat.c index 3e5f9a772..58fe74ff2 100644 --- a/src/wayland/meta-wayland-seat.c +++ b/src/wayland/meta-wayland-seat.c @@ -21,21 +21,9 @@ #include "config.h" -#include -#include -#include -#include -#include -#include -#include #include "meta-wayland-seat.h" -#include "meta-wayland-private.h" -#include "meta-wayland-keyboard.h" -#include "meta-wayland-pointer.h" -#include "meta-window-actor-private.h" -#include "meta/meta-shaped-texture.h" -#include "meta-shaped-texture-private.h" -#include "meta-cursor-tracker-private.h" + +#include "meta-wayland-versions.h" static void unbind_resource (struct wl_resource *resource) diff --git a/src/wayland/meta-wayland-seat.h b/src/wayland/meta-wayland-seat.h index cc3f92843..d7907baaa 100644 --- a/src/wayland/meta-wayland-seat.h +++ b/src/wayland/meta-wayland-seat.h @@ -23,9 +23,7 @@ #define __META_WAYLAND_SEAT_H__ #include -#include #include -#include #include "meta-wayland-types.h" #include "meta-wayland-keyboard.h"