[PATCH 02/23] Shuffle include order around

Daniel Stone daniel at fooishbar.org
Thu Jun 23 15:12:37 PDT 2011


Group X protocol/server includes together, and synaptics-internal
includes together.

Signed-off-by: Daniel Stone <daniel at fooishbar.org>
---
 src/synaptics.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/synaptics.c b/src/synaptics.c
index 8f4bca1..40eca99 100644
--- a/src/synaptics.c
+++ b/src/synaptics.c
@@ -70,16 +70,16 @@
 #include <xf86Xinput.h>
 #include <exevents.h>
 
-#include "synaptics.h"
-#include "synapticsstr.h"
-#include "synaptics-properties.h"
-
 #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7
 #include <X11/Xatom.h>
 #include <xserver-properties.h>
 #include <ptrveloc.h>
 #endif
 
+#include "synaptics.h"
+#include "synapticsstr.h"
+#include "synaptics-properties.h"
+
 typedef enum {
     NO_EDGE = 0,
     BOTTOM_EDGE = 1,
-- 
1.7.5.4



More information about the xorg-devel mailing list