From 17db4ba3de1058e244292c6071e9cea4cb36c0ed Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 22 Apr 2024 18:34:25 +0200 Subject: [PATCH] xfree86: sdksyms: drop errornous check for mifillarc.h This file had been dropped from public API a decade ago, but sdksyms.sh yet had been forgotten to be fixed. Fixes: 707965407a3c907058b89610e73e02989fd0b552 Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- hw/xfree86/sdksyms.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 12b4534f7..0ae78e92d 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -199,7 +199,6 @@ cat > sdksyms.c << EOF #include "mipointrst.h" #include "mizerarc.h" #include "micoord.h" -#include "mifillarc.h" #include "mistruct.h" #include "mioverlay.h"