[mutter] wayland-seat: Clean up includes



commit fa2e1e4eda87b00a866eda1442945670506613ce
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Apr 22 17:58:01 2014 -0400

    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 3e5f9a7..58fe74f 100644
--- a/src/wayland/meta-wayland-seat.c
+++ b/src/wayland/meta-wayland-seat.c
@@ -21,21 +21,9 @@
 
 #include "config.h"
 
-#include <cogl/cogl-wayland-server.h>
-#include <clutter/clutter.h>
-#include <clutter/wayland/clutter-wayland-compositor.h>
-#include <clutter/wayland/clutter-wayland-surface.h>
-#include <linux/input.h>
-#include <stdlib.h>
-#include <string.h>
 #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 cc3f928..d7907ba 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 <wayland-server.h>
-#include <xkbcommon/xkbcommon.h>
 #include <clutter/clutter.h>
-#include <glib.h>
 
 #include "meta-wayland-types.h"
 #include "meta-wayland-keyboard.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]