Fix inconsistent #include style

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
dev
Pekka Paalanen 13 years ago committed by Kristian Høgsberg
parent 980c49e6cd
commit 50719bce2a
  1. 2
      clients/config.c
  2. 4
      clients/desktop-shell.c
  3. 2
      clients/dnd.c
  4. 2
      clients/flower.c
  5. 2
      clients/gears.c
  6. 2
      clients/image.c
  7. 2
      clients/resizor.c
  8. 2
      clients/screenshot.c
  9. 2
      clients/smoke.c
  10. 2
      clients/terminal.c
  11. 2
      clients/view.c
  12. 2
      clients/window.c
  13. 2
      compositor/compositor.c
  14. 2
      compositor/compositor.h
  15. 2
      compositor/shell.c

@ -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)

@ -32,11 +32,11 @@
#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;

@ -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"

@ -33,7 +33,7 @@
#include <sys/time.h>
#include <glib.h>
#include "wayland-client.h"
#include <wayland-client.h>
#include "window.h"
static void

@ -37,7 +37,7 @@
#include <EGL/eglext.h>
#include "wayland-util.h"
#include "wayland-client.h"
#include <wayland-client.h>
#include "window.h"

@ -33,7 +33,7 @@
#include <glib.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include "wayland-client.h"
#include <wayland-client.h>
#include "window.h"

@ -28,7 +28,7 @@
#include <math.h>
#include "wayland-util.h"
#include "wayland-client.h"
#include <wayland-client.h>
#include "window.h"

@ -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

@ -32,7 +32,7 @@
#include <cairo.h>
#include <glib.h>
#include "wayland-client.h"
#include <wayland-client.h>
#include "window.h"
struct smoke {

@ -37,7 +37,7 @@
#include <X11/keysym.h>
#include "wayland-util.h"
#include "wayland-client.h"
#include <wayland-client.h>
#include "window.h"

@ -38,7 +38,7 @@
#include <glib/poppler-page.h>
#include "wayland-util.h"
#include "wayland-client.h"
#include <wayland-client.h>
#include "window.h"

@ -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"

@ -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

@ -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>

@ -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"

Loading…
Cancel
Save