summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/synaptics.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/synaptics.c b/src/synaptics.c
index cf91b9f..362c18d 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,