Commit 93ca1bfa authored by unknown's avatar unknown

os0file.c:

  Remove includes of sys/types.h and sys/stat.h because these are already included through univ.i


innobase/os/os0file.c:
  Remove includes of sys/types.h and sys/stat.h because these are already included through univ.i
parent f107cb70
...@@ -15,9 +15,6 @@ Created 10/21/1995 Heikki Tuuri ...@@ -15,9 +15,6 @@ Created 10/21/1995 Heikki Tuuri
#include "fil0fil.h" #include "fil0fil.h"
#include "buf0buf.h" #include "buf0buf.h"
#include <sys/types.h>
#include <sys/stat.h>
#undef HAVE_FDATASYNC #undef HAVE_FDATASYNC
#ifdef POSIX_ASYNC_IO #ifdef POSIX_ASYNC_IO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment