From e669e705a1a7d2bbdd42734cb9fc8349a5f2f118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Mon, 19 Nov 2018 13:13:39 +0200 Subject: [PATCH] Fix the Windows build Commit ff88e4bb8ae1bd8e903c403a598e7d2c5d2bbcaf broke the Windows build. Clean up one more redundant #include to fix it. --- storage/innobase/include/srv0srv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storage/innobase/include/srv0srv.h b/storage/innobase/include/srv0srv.h index 832a67539da..4117a3f0dd3 100644 --- a/storage/innobase/include/srv0srv.h +++ b/storage/innobase/include/srv0srv.h @@ -42,12 +42,11 @@ Created 10/10/1995 Heikki Tuuri #ifndef srv0srv_h #define srv0srv_h -#include "my_global.h" +#include "univ.i" #include "mysql/psi/mysql_stage.h" #include "mysql/psi/psi.h" -#include "univ.i" #include "log0log.h" #include "os0event.h" #include "que0types.h"