From af2d3e94878b50b0aa48a7d775132d4f5b638a67 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 25 Apr 2024 14:07:02 +0200 Subject: [PATCH] xnest: drop obsolete mi.h include Since moving to mi_priv.h, we don't need to include mi.h here. Fixes: 94451181c2d6f65d761cb79020a4de2909ece353 Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- hw/xnest/Screen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xnest/Screen.c b/hw/xnest/Screen.c index 2a762a782..bab6096b1 100644 --- a/hw/xnest/Screen.c +++ b/hw/xnest/Screen.c @@ -22,7 +22,6 @@ is" without express or implied warranty. #include "scrnintstr.h" #include "dix.h" -#include "mi.h" #include "micmap.h" #include "colormapst.h" #include "resource.h"