From d7fb309dd0a4b0d718c577738926516fc768428e Mon Sep 17 00:00:00 2001 From: Mariusz Ceier Date: Mon, 7 Apr 2014 18:02:13 +0200 Subject: [PATCH] Don't include xserver-server-protocol.h It was removed in 757d8aff2757387bcd594e2ee2a27055b366eac3, along with xserver protocol. Signed-off-by: Mariusz Ceier --- xwayland/dnd.c | 1 - xwayland/launcher.c | 1 - xwayland/window-manager.c | 1 - 3 files changed, 3 deletions(-) diff --git a/xwayland/dnd.c b/xwayland/dnd.c index daeb08d..f0f2457 100644 --- a/xwayland/dnd.c +++ b/xwayland/dnd.c @@ -37,7 +37,6 @@ #include "cairo-util.h" #include "compositor.h" -#include "xserver-server-protocol.h" #include "hash.h" static void diff --git a/xwayland/launcher.c b/xwayland/launcher.c index f37cbe4..f0a87f5 100644 --- a/xwayland/launcher.c +++ b/xwayland/launcher.c @@ -33,7 +33,6 @@ #include #include "xwayland.h" -#include "xserver-server-protocol.h" static int diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c index c8810a9..7a042e5 100644 --- a/xwayland/window-manager.c +++ b/xwayland/window-manager.c @@ -38,7 +38,6 @@ #include "cairo-util.h" #include "compositor.h" -#include "xserver-server-protocol.h" #include "hash.h" struct wm_size_hints { -- 2.7.4