From e4dabe8d9395d60699aa9831626920adaa847680 Mon Sep 17 00:00:00 2001 From: Roman Gilg Date: Sat, 7 Aug 2021 14:15:07 +0200 Subject: [PATCH] Remove build-only include from public header The dix-config.h file is not installed, but dix.h is. The include makes the compilation of external drivers fail (for example the libinput driver). The Xserver compilation also works without the include, so just remove it. Signed-off-by: Roman Gilg --- include/dix.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/dix.h b/include/dix.h index 65f2d812d..595b18bdd 100644 --- a/include/dix.h +++ b/include/dix.h @@ -54,7 +54,6 @@ SOFTWARE. #include "cursor.h" #include "geext.h" #include "events.h" -#include #include #define EARLIER -1