summaryrefslogtreecommitdiff
path: root/file_io/unix/dir.c
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2002-07-01 14:04:58 +0000
committerGreg Ames <gregames@apache.org>2002-07-01 14:04:58 +0000
commited2244dbfce327889a6e8f23420287fa26f7327f (patch)
tree76d66b44d5be818b7977258abb91c1dda98d9e28 /file_io/unix/dir.c
parent98c50db554a3d25b77aec6c7d1db79d1242e14ca (diff)
downloadapr-ed2244dbfce327889a6e8f23420287fa26f7327f.tar.gz
back out the changes to #include sys/stat.h . This is unneccessary as long
as HAVE_SYS_STAT_H is defined correctly in apr_private.h git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63541 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/unix/dir.c')
-rw-r--r--file_io/unix/dir.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/file_io/unix/dir.c b/file_io/unix/dir.c
index fa5989328..8160a02be 100644
--- a/file_io/unix/dir.c
+++ b/file_io/unix/dir.c
@@ -58,9 +58,6 @@
#if APR_HAVE_SYS_SYSLIMITS_H
#include <sys/syslimits.h>
#endif
-#if APR_HAVE_SYS_STAT_H
-#include <sys/stat.h>
-#endif
#if APR_HAVE_LIMITS_H
#include <limits.h>
#endif