aboutsummaryrefslogtreecommitdiff
path: root/file_io/unix/fileacc.c
diff options
context:
space:
mode:
Diffstat (limited to 'file_io/unix/fileacc.c')
-rw-r--r--file_io/unix/fileacc.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/file_io/unix/fileacc.c b/file_io/unix/fileacc.c
index ef0676e7d..6bb9241c9 100644
--- a/file_io/unix/fileacc.c
+++ b/file_io/unix/fileacc.c
@@ -53,21 +53,7 @@
*/
#include "apr_strings.h"
-#ifdef OS2
-#include "os2/fileio.h"
-#elif defined(WIN32)
-#include "win32/fileio.h"
-#endif
-#if defined(OS2) || defined(WIN32)
-#include "apr_file_io.h"
-#include "apr_general.h"
-#include "apr_lib.h"
-#include <errno.h>
-#include <string.h>
-#include <sys/types.h>
-#else
-#include "unix/fileio.h"
-#endif
+#include "fileio.h"
/* A file to put ALL of the accessor functions for apr_file_t types. */