From 513d40f7c442f78574e8c71c9895106c3f8eab74 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 5 Jul 2011 09:48:01 +1000 Subject: 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 Signed-off-by: Peter Hutterer --- tools/synclient.c | 1 - 1 file changed, 1 deletion(-) 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 #include "synaptics.h" #include "synaptics-properties.h" -#include #ifndef XATOM_FLOAT #define XATOM_FLOAT "FLOAT" -- cgit v1.2.3