From 2b16cf783f05f30ef820e03c739609e682c28766 Mon Sep 17 00:00:00 2001 From: "heikki@hundin.mysql.fi" <> Date: Thu, 18 Mar 2004 08:26:49 +0200 Subject: [PATCH] os0file.c: Remove includes of sys/types.h and sys/stat.h because these are already included through univ.i --- innobase/os/os0file.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/innobase/os/os0file.c b/innobase/os/os0file.c index 86a71f142fb..7973cfc6fe8 100644 --- a/innobase/os/os0file.c +++ b/innobase/os/os0file.c @@ -15,9 +15,6 @@ Created 10/21/1995 Heikki Tuuri #include "fil0fil.h" #include "buf0buf.h" -#include -#include - #undef HAVE_FDATASYNC #ifdef POSIX_ASYNC_IO