From 505138167ed1a9696311f695eb08a78c14932627 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 15 May 2025 14:45:11 +0200 Subject: [PATCH] xfree86: xf86.h: dont include propertyst.h Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/common/xf86.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h index 1246f00ed..6fa96c6f8 100644 --- a/hw/xfree86/common/xf86.h +++ b/hw/xfree86/common/xf86.h @@ -49,8 +49,6 @@ #include #endif -#include "propertyst.h" - /* General parameters */ extern _X_EXPORT int xf86DoConfigure; extern _X_EXPORT int xf86DoShowOptions;