Blame SOURCES/0024-xwayland-Don-t-include-xorg-server.h.patch

d64d53
From b468fcfc1733feb014ef976fef29939f9f1dfc98 Mon Sep 17 00:00:00 2001
70130e
From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= <krh@bitplanet.net>
70130e
Date: Fri, 13 Sep 2013 14:52:13 -0700
d64d53
Subject: [PATCH 24/38] xwayland: Don't include xorg-server.h
70130e
70130e
xorg-config.h now has the XORG_WAYLAND define.
70130e
---
70130e
 hw/xfree86/xwayland/xwayland-cursor.c | 1 -
70130e
 hw/xfree86/xwayland/xwayland-output.c | 1 -
70130e
 hw/xfree86/xwayland/xwayland-window.c | 1 -
70130e
 hw/xfree86/xwayland/xwayland.c        | 1 -
70130e
 4 files changed, 4 deletions(-)
70130e
70130e
diff --git a/hw/xfree86/xwayland/xwayland-cursor.c b/hw/xfree86/xwayland/xwayland-cursor.c
70130e
index f8860bd..1cd6457 100644
70130e
--- a/hw/xfree86/xwayland/xwayland-cursor.c
70130e
+++ b/hw/xfree86/xwayland/xwayland-cursor.c
70130e
@@ -32,7 +32,6 @@
70130e
 #include <sys/mman.h>
70130e
 #include <wayland-client.h>
70130e
 
70130e
-#include <xorg-server.h>
70130e
 #include <cursorstr.h>
70130e
 #include <xf86Crtc.h>
70130e
 #include <mipointrst.h>
70130e
diff --git a/hw/xfree86/xwayland/xwayland-output.c b/hw/xfree86/xwayland/xwayland-output.c
70130e
index 691b5f0..7004b9b 100644
70130e
--- a/hw/xfree86/xwayland/xwayland-output.c
70130e
+++ b/hw/xfree86/xwayland/xwayland-output.c
70130e
@@ -32,7 +32,6 @@
70130e
 #include <sys/mman.h>
70130e
 #include <wayland-client.h>
70130e
 
70130e
-#include <xorg-server.h>
70130e
 #include <cursorstr.h>
70130e
 #include <xf86Crtc.h>
70130e
 #include <mipointrst.h>
70130e
diff --git a/hw/xfree86/xwayland/xwayland-window.c b/hw/xfree86/xwayland/xwayland-window.c
d64d53
index d56e0d0..88f57ce 100644
70130e
--- a/hw/xfree86/xwayland/xwayland-window.c
70130e
+++ b/hw/xfree86/xwayland/xwayland-window.c
70130e
@@ -33,7 +33,6 @@
70130e
 #include <wayland-client.h>
70130e
 #include <X11/extensions/compositeproto.h>
70130e
 
70130e
-#include <xorg-server.h>
70130e
 #include <xf86Crtc.h>
70130e
 #include <selection.h>
70130e
 #include <compositeext.h>
70130e
diff --git a/hw/xfree86/xwayland/xwayland.c b/hw/xfree86/xwayland/xwayland.c
70130e
index e8c58fd..c70a52d 100644
70130e
--- a/hw/xfree86/xwayland/xwayland.c
70130e
+++ b/hw/xfree86/xwayland/xwayland.c
70130e
@@ -34,7 +34,6 @@
70130e
 #include <wayland-util.h>
70130e
 #include <wayland-client.h>
70130e
 
70130e
-#include <xorg-server.h>
70130e
 #include <extinit.h>
70130e
 
70130e
 #include <xf86Xinput.h>
70130e
-- 
d64d53
1.8.4.2
70130e