summaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorMariusz Ceier <mceier+wayland@gmail.com>2014-04-07 18:02:13 +0200
committerKristian Høgsberg <krh@bitplanet.net>2014-04-07 09:46:27 -0700
commitd7fb309dd0a4b0d718c577738926516fc768428e (patch)
tree2eafe94973ea8b46f484409c6b81c7865ccbd3b2 /xwayland
parent9c4ab6612f762c6f6302894daf310e22c4c7fcd2 (diff)
Don't include xserver-server-protocol.h
It was removed in 757d8aff2757387bcd594e2ee2a27055b366eac3, along with xserver protocol. Signed-off-by: Mariusz Ceier <mceier+wayland@gmail.com>
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/dnd.c1
-rw-r--r--xwayland/launcher.c1
-rw-r--r--xwayland/window-manager.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/xwayland/dnd.c b/xwayland/dnd.c
index daeb08de..f0f2457d 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 f37cbe4a..f0a87f5b 100644
--- a/xwayland/launcher.c
+++ b/xwayland/launcher.c
@@ -33,7 +33,6 @@
#include <signal.h>
#include "xwayland.h"
-#include "xserver-server-protocol.h"
static int
diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c
index c8810a91..7a042e57 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 {