From 7dbb64cb62049159d9d71b9be39f469bbd116f41 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Thu, 18 Apr 2019 23:40:52 +0200 Subject: [PATCH] xf_floatbar.c: fix build without Xfixes Remove unneeded include on Xfixes.h as it is not always available and not used in xf_floatbar.c Fixes: - http://autobuild.buildroot.org/results/69245e574787bada718c52c805ec137041dc233d Signed-off-by: Fabrice Fontaine --- client/X11/xf_floatbar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/X11/xf_floatbar.c b/client/X11/xf_floatbar.c index 3643b60..04912aa 100644 --- a/client/X11/xf_floatbar.c +++ b/client/X11/xf_floatbar.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include "xf_floatbar.h" -- 2.7.4