Fix inconsistent #include style

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
Pekka Paalanen
2011-11-22 14:18:50 +02:00
committed by Kristian Høgsberg
parent 980c49e6cd
commit 50719bce2a
15 changed files with 16 additions and 16 deletions
+1 -1
View 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
+1 -1
View 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>
+1 -1
View 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"