Fix inconsistent #include style
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
committed by
Kristian Høgsberg
parent
980c49e6cd
commit
50719bce2a
+1
-1
@@ -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;
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "wayland-client.h"
|
||||
#include <wayland-client.h>
|
||||
#include "window.h"
|
||||
|
||||
static void
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@
|
||||
#include <EGL/eglext.h>
|
||||
|
||||
#include "wayland-util.h"
|
||||
#include "wayland-client.h"
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include "window.h"
|
||||
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@
|
||||
#include <glib.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
#include "wayland-client.h"
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include "window.h"
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
#include <cairo.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "wayland-client.h"
|
||||
#include <wayland-client.h>
|
||||
#include "window.h"
|
||||
|
||||
struct smoke {
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@
|
||||
#include <X11/keysym.h>
|
||||
|
||||
#include "wayland-util.h"
|
||||
#include "wayland-client.h"
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include "window.h"
|
||||
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@
|
||||
#include <glib/poppler-page.h>
|
||||
|
||||
#include "wayland-util.h"
|
||||
#include "wayland-client.h"
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include "window.h"
|
||||
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user