From 482a11238f479d0e1afb474676001af37d71cfa5 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 11 Feb 2026 16:46:23 +0100 Subject: [PATCH] xquartz: dont include dix-config.h in other headers dix-config.h needs to be included at the very top of all sources, but it shouldn't be included from other headers. 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 db1e7e9aae..a6b5d87c9a 100644 --- a/hw/xquartz/X11Controller.h +++ b/hw/xquartz/X11Controller.h @@ -31,8 +31,6 @@ #ifndef X11CONTROLLER_H #define X11CONTROLLER_H 1 -#include - #if __OBJC__ #include "sanitizedCocoa.h"