Mailing List Archive

cvs commit: apache-2.0/src/include ap_buckets.h
fanf 00/09/07 03:21:10

Modified: src/include ap_buckets.h
Log:
remove bogus #include "apr_private.h"

Revision Changes Path
1.19 +0 -1 apache-2.0/src/include/ap_buckets.h

Index: ap_buckets.h
===================================================================
RCS file: /home/cvs/apache-2.0/src/include/ap_buckets.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -u -r1.18 -r1.19
--- ap_buckets.h 2000/09/04 05:42:20 1.18
+++ ap_buckets.h 2000/09/07 10:21:09 1.19
@@ -59,7 +59,6 @@
#include "apr_general.h"
#include "apr_mmap.h"
#include "apr_errno.h"
-#include "apr_private.h"
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h> /* for struct iovec */
#endif