Group X protocol/server includes together, and synaptics-internal includes together.
Signed-off-by: Daniel Stone <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
