summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorheikki@hundin.mysql.fi <>2004-03-18 08:26:49 +0200
committerheikki@hundin.mysql.fi <>2004-03-18 08:26:49 +0200
commit2b16cf783f05f30ef820e03c739609e682c28766 (patch)
tree089e251b0eabdec852b739a9398b65bdbba6bf75 /innobase
parent19d0a60eca2e5444dd4fc9d77300dc974a84a0fc (diff)
downloadmariadb-git-2b16cf783f05f30ef820e03c739609e682c28766.tar.gz
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