From: Mariusz Ceier Date: Mon, 7 Apr 2014 16:02:13 +0000 (+0200) Subject: Don't include xserver-server-protocol.h X-Git-Tag: upstream/0.1.8~301 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7fb309dd0a4b0d718c577738926516fc768428e;p=profile%2Fivi%2Fweston-ivi-shell.git Don't include xserver-server-protocol.h It was removed in 757d8aff2757387bcd594e2ee2a27055b366eac3, along with xserver protocol. Signed-off-by: Mariusz Ceier --- 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 {