mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
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 <fontaine.fabrice@gmail.com>
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <X11/extensions/shape.h>
|
||||
#include <X11/extensions/Xfixes.h>
|
||||
#include <X11/cursorfont.h>
|
||||
|
||||
#include "xf_floatbar.h"
|
||||
|
||||
Reference in New Issue
Block a user