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: 707965407a
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1497>
This commit is contained in:
parent
43f47e8e65
commit
17db4ba3de
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue