summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-07-05 09:48:01 +1000
committerGaetan Nadon <memsize@videotron.ca>2011-07-11 08:00:20 -0400
commit513d40f7c442f78574e8c71c9895106c3f8eab74 (patch)
treeb1748c81ade3027f6cbf3c83153f0c9499f15af3 /tools
parent9d30992ef7e0f3e6efa93431551681660e6295d2 (diff)
tools: don't include xserver-properties.h
Remove the header inclusion to avoid dependency of synclient on the xserver headers. The only property we need from the server is FLOAT and we can simply define that here. Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/synclient.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/synclient.c b/tools/synclient.c
index 9776d23..08bd22b 100644
--- a/tools/synclient.c
+++ b/tools/synclient.c
@@ -45,7 +45,6 @@
#include <X11/extensions/XInput.h>
#include "synaptics.h"
#include "synaptics-properties.h"
-#include <xserver-properties.h>
#ifndef XATOM_FLOAT
#define XATOM_FLOAT "FLOAT"