Fix the Windows build

Commit ff88e4bb8ae1bd8e903c403a598e7d2c5d2bbcaf broke the Windows build.
Clean up one more redundant #include to fix it.
This commit is contained in:
Marko Mäkelä 2018-11-19 13:13:39 +02:00
parent ff88e4bb8a
commit e669e705a1

View File

@ -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"