summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2004-03-18 08:26:49 +0200
committerunknown <heikki@hundin.mysql.fi>2004-03-18 08:26:49 +0200
commit93ca1bfac6d5607cba6775e20e8f302ad0faf9b8 (patch)
tree089e251b0eabdec852b739a9398b65bdbba6bf75 /innobase
parentf107cb709871414f1f59f21e718d6ba2bc7d2c4b (diff)
downloadmariadb-git-93ca1bfac6d5607cba6775e20e8f302ad0faf9b8.tar.gz
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
Diffstat (limited to 'innobase')
-rw-r--r--innobase/os/os0file.c3
1 files changed, 0 insertions, 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 <sys/types.h>
-#include <sys/stat.h>
-
#undef HAVE_FDATASYNC
#ifdef POSIX_ASYNC_IO