From ed45cf897321ee8b908635e8e8d9e05cc6199802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Tue, 26 Nov 2024 13:35:05 -0500 Subject: [PATCH] ci: more msvc fixes --- 3rdparty/glsl-parser/glsl.lexer.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/3rdparty/glsl-parser/glsl.lexer.h b/3rdparty/glsl-parser/glsl.lexer.h index d7a29f87ee..7ab1939c9e 100644 --- a/3rdparty/glsl-parser/glsl.lexer.h +++ b/3rdparty/glsl-parser/glsl.lexer.h @@ -461,14 +461,6 @@ void yyfree ( void * , yyscan_t yyscanner ); #endif -#ifndef YY_NO_UNISTD_H -/* Special case for "unistd.h", since it is non-ANSI. We include it way - * down here because we want the user's section 1 to have been scanned first. - * The user has a chance to override it with an option. - */ -#include -#endif - #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif