From 2ee348cc8b94f823f84eea4024b26beb16d49f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 13 Sep 2013 14:52:13 -0700 Subject: [PATCH 26/39] xwayland: Don't include xorg-server.h xorg-config.h now has the XORG_WAYLAND define. --- hw/xfree86/xwayland/xwayland-cursor.c | 1 - hw/xfree86/xwayland/xwayland-output.c | 1 - hw/xfree86/xwayland/xwayland-window.c | 1 - hw/xfree86/xwayland/xwayland.c | 1 - 4 files changed, 4 deletions(-) diff --git a/hw/xfree86/xwayland/xwayland-cursor.c b/hw/xfree86/xwayland/xwayland-cursor.c index f8860bd..1cd6457 100644 --- a/hw/xfree86/xwayland/xwayland-cursor.c +++ b/hw/xfree86/xwayland/xwayland-cursor.c @@ -32,7 +32,6 @@ #include #include -#include #include #include #include diff --git a/hw/xfree86/xwayland/xwayland-output.c b/hw/xfree86/xwayland/xwayland-output.c index 691b5f0..7004b9b 100644 --- a/hw/xfree86/xwayland/xwayland-output.c +++ b/hw/xfree86/xwayland/xwayland-output.c @@ -32,7 +32,6 @@ #include #include -#include #include #include #include diff --git a/hw/xfree86/xwayland/xwayland-window.c b/hw/xfree86/xwayland/xwayland-window.c index 925d63c..b7677ed 100644 --- a/hw/xfree86/xwayland/xwayland-window.c +++ b/hw/xfree86/xwayland/xwayland-window.c @@ -33,7 +33,6 @@ #include #include -#include #include #include #include diff --git a/hw/xfree86/xwayland/xwayland.c b/hw/xfree86/xwayland/xwayland.c index e8c58fd..c70a52d 100644 --- a/hw/xfree86/xwayland/xwayland.c +++ b/hw/xfree86/xwayland/xwayland.c @@ -34,7 +34,6 @@ #include #include -#include #include #include -- 1.8.3.1