<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
On Tue, 2011-07-05 at 09:48 +1000, Peter Hutterer wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
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.

Signed-off-by: Peter Hutterer &lt;<A HREF="mailto:peter.hutterer@who-t.net">peter.hutterer@who-t.net</A>&gt;
---
 tools/synclient.c |    1 -
 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 &lt;X11/extensions/XInput.h&gt;
 #include &quot;synaptics.h&quot;
 #include &quot;synaptics-properties.h&quot;
-#include &lt;xserver-properties.h&gt;
 
 #ifndef XATOM_FLOAT
 #define XATOM_FLOAT &quot;FLOAT&quot;
</PRE>
</BLOCKQUOTE>
Acked-by: Gaetan Nadon &lt;memsize@videotron.ca&gt;
</BODY>
</HTML>