Fix inconsistent #include style
authorPekka Paalanen <ppaalanen@gmail.com>
Tue, 22 Nov 2011 12:18:50 +0000 (14:18 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 22 Nov 2011 14:27:03 +0000 (09:27 -0500)
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
15 files changed:
clients/config.c
clients/desktop-shell.c
clients/dnd.c
clients/flower.c
clients/gears.c
clients/image.c
clients/resizor.c
clients/screenshot.c
clients/smoke.c
clients/terminal.c
clients/view.c
clients/window.c
compositor/compositor.c
compositor/compositor.h
compositor/shell.c

index 5680d50..69edbc6 100644 (file)
@@ -25,7 +25,7 @@
 #include <stdlib.h>
 #include <assert.h>
 
-#include <window.h>
+#include "window.h"
 
 static int
 handle_key(const struct config_key *key, const char *value)
index adf3a5c..3cca520 100644 (file)
 #include <sys/wait.h>
 #include <linux/input.h>
 
-#include "wayland-client.h"
+#include <wayland-client.h>
 #include "cairo-util.h"
 #include "window.h"
 
-#include <desktop-shell-client-protocol.h>
+#include "desktop-shell-client-protocol.h"
 
 struct desktop {
        struct display *display;
index 5bfe31c..db794fd 100644 (file)
@@ -32,7 +32,7 @@
 #include <sys/epoll.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
-#include "wayland-client.h"
+#include <wayland-client.h>
 
 #include "window.h"
 #include "cairo-util.h"
index 5ad58f1..7743b44 100644 (file)
@@ -33,7 +33,7 @@
 #include <sys/time.h>
 #include <glib.h>
 
-#include "wayland-client.h"
+#include <wayland-client.h>
 #include "window.h"
 
 static void
index 6af505b..1f3ab7d 100644 (file)
@@ -37,7 +37,7 @@
 #include <EGL/eglext.h>
 
 #include "wayland-util.h"
-#include "wayland-client.h"
+#include <wayland-client.h>
 
 #include "window.h"
 
index 51ce1f0..13115d2 100644 (file)
@@ -33,7 +33,7 @@
 #include <glib.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
-#include "wayland-client.h"
+#include <wayland-client.h>
 
 #include "window.h"
 
index e48095f..ede9429 100644 (file)
@@ -28,7 +28,7 @@
 #include <math.h>
 
 #include "wayland-util.h"
-#include "wayland-client.h"
+#include <wayland-client.h>
 
 #include "window.h"
 
index 124e576..bfe5ea0 100644 (file)
@@ -30,7 +30,7 @@
 #include <glib.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
-#include "wayland-client.h"
+#include <wayland-client.h>
 #include "screenshooter-client-protocol.h"
 
 /* The screenshooter is a good example of a custom object exposed by
index 061bd6d..6ceade0 100644 (file)
@@ -32,7 +32,7 @@
 #include <cairo.h>
 #include <glib.h>
 
-#include "wayland-client.h"
+#include <wayland-client.h>
 #include "window.h"
 
 struct smoke {
index 092e069..df2f8c7 100644 (file)
@@ -37,7 +37,7 @@
 #include <X11/keysym.h>
 
 #include "wayland-util.h"
-#include "wayland-client.h"
+#include <wayland-client.h>
 
 #include "window.h"
 
index 0eec1f9..f5f8841 100644 (file)
@@ -38,7 +38,7 @@
 #include <glib/poppler-page.h>
 
 #include "wayland-util.h"
-#include "wayland-client.h"
+#include <wayland-client.h>
 
 #include "window.h"
 
index ffa01d4..db48a39 100644 (file)
@@ -51,7 +51,7 @@
 
 #include <linux/input.h>
 #include "wayland-util.h"
-#include "wayland-client.h"
+#include <wayland-client.h>
 #include "cairo-util.h"
 
 #include "window.h"
index 9b32eff..fe123f8 100644 (file)
@@ -42,7 +42,7 @@
 #include <getopt.h>
 #include <signal.h>
 
-#include "wayland-server.h"
+#include <wayland-server.h>
 #include "compositor.h"
 
 /* The plan here is to generate a random anonymous socket name and
index c61e697..30fb5cb 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <libudev.h>
 #include <pixman.h>
-#include "wayland-server.h"
+#include <wayland-server.h>
 #include "wayland-util.h"
 
 #include <GLES2/gl2.h>
index 7bae944..f8305db 100644 (file)
@@ -32,7 +32,7 @@
 #include <fcntl.h>
 #include <assert.h>
 
-#include "wayland-server.h"
+#include <wayland-server.h>
 #include "compositor.h"
 #include "desktop-shell-server-protocol.h"