From 2da11a4124989e3be917fa8024025d2e1452b363 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Sat, 10 Sep 2022 13:03:12 +0100 Subject: patch 9.0.0436: CI: running tests in parallel causes flakiness Problem: CI: running tests in parallel causes flakiness. Solution: Reorganize the MS-Windows runs. (Ken Takata, closes #11101) --- src/gui_w32.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gui_w32.c') diff --git a/src/gui_w32.c b/src/gui_w32.c index 8ae0cd069b..203b8fa548 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -198,9 +198,7 @@ gui_mch_set_rendering_options(char_u *s) # ifndef __MINGW32__ # include # endif -# if defined(FEAT_TOOLBAR) || defined(FEAT_BEVAL_GUI) || defined(FEAT_GUI_TABLINE) -# include -# endif +# include # include #endif // PROTO -- cgit v1.2.3