From c272803726dcb792966c5a874ba177c37f337255 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 4 Jul 2025 16:42:37 +0200 Subject: [PATCH] xquartz: drop using HAVE_DIX_CONFIG_H This symbol is always defined, and the header is always present, so no need to check for it. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xquartz/X11Controller.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xquartz/X11Controller.h b/hw/xquartz/X11Controller.h index d5be0e8b6..db1e7e9aa 100644 --- a/hw/xquartz/X11Controller.h +++ b/hw/xquartz/X11Controller.h @@ -31,9 +31,7 @@ #ifndef X11CONTROLLER_H #define X11CONTROLLER_H 1 -#ifdef HAVE_DIX_CONFIG_H #include -#endif #if __OBJC__