There is no valid reason to ever include apr_private anywhere outside
of APR.
Submitted by:	Cliff Woolley <cliffwoolley@yahoo.com>


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/trunk@57920 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/buckets/ap_buckets_file.c b/buckets/ap_buckets_file.c
index dc9ba70..782d935 100644
--- a/buckets/ap_buckets_file.c
+++ b/buckets/ap_buckets_file.c
@@ -52,7 +52,6 @@
  * <http://www.apache.org/>.
  */
 
-#include "apr_private.h"
 #include "httpd.h"
 #include "ap_buckets.h"
 #include <stdlib.h>
diff --git a/buckets/ap_buckets_pipe.c b/buckets/ap_buckets_pipe.c
index dcecd98..2067daa 100644
--- a/buckets/ap_buckets_pipe.c
+++ b/buckets/ap_buckets_pipe.c
@@ -52,7 +52,6 @@
  * <http://www.apache.org/>.
  */
 
-#include "apr_private.h"
 #include "httpd.h"
 #include "ap_buckets.h"
 #include <stdlib.h>
diff --git a/buckets/ap_buckets_simple.c b/buckets/ap_buckets_simple.c
index 78ee684..e092aef 100644
--- a/buckets/ap_buckets_simple.c
+++ b/buckets/ap_buckets_simple.c
@@ -52,7 +52,6 @@
  * <http://www.apache.org/>.
  */
 
-#include "apr_private.h"
 #include "httpd.h"
 #include "ap_buckets.h"
 #include <stdlib.h>
diff --git a/buckets/ap_buckets_socket.c b/buckets/ap_buckets_socket.c
index 9af03c5..e3ec3fe 100644
--- a/buckets/ap_buckets_socket.c
+++ b/buckets/ap_buckets_socket.c
@@ -52,7 +52,6 @@
  * <http://www.apache.org/>.
  */
 
-#include "apr_private.h"
 #include "httpd.h"
 #include "ap_buckets.h"
 #include <stdlib.h>
diff --git a/buckets/apr_buckets_file.c b/buckets/apr_buckets_file.c
index dc9ba70..782d935 100644
--- a/buckets/apr_buckets_file.c
+++ b/buckets/apr_buckets_file.c
@@ -52,7 +52,6 @@
  * <http://www.apache.org/>.
  */
 
-#include "apr_private.h"
 #include "httpd.h"
 #include "ap_buckets.h"
 #include <stdlib.h>
diff --git a/buckets/apr_buckets_pipe.c b/buckets/apr_buckets_pipe.c
index dcecd98..2067daa 100644
--- a/buckets/apr_buckets_pipe.c
+++ b/buckets/apr_buckets_pipe.c
@@ -52,7 +52,6 @@
  * <http://www.apache.org/>.
  */
 
-#include "apr_private.h"
 #include "httpd.h"
 #include "ap_buckets.h"
 #include <stdlib.h>
diff --git a/buckets/apr_buckets_simple.c b/buckets/apr_buckets_simple.c
index 78ee684..e092aef 100644
--- a/buckets/apr_buckets_simple.c
+++ b/buckets/apr_buckets_simple.c
@@ -52,7 +52,6 @@
  * <http://www.apache.org/>.
  */
 
-#include "apr_private.h"
 #include "httpd.h"
 #include "ap_buckets.h"
 #include <stdlib.h>
diff --git a/buckets/apr_buckets_socket.c b/buckets/apr_buckets_socket.c
index 9af03c5..e3ec3fe 100644
--- a/buckets/apr_buckets_socket.c
+++ b/buckets/apr_buckets_socket.c
@@ -52,7 +52,6 @@
  * <http://www.apache.org/>.
  */
 
-#include "apr_private.h"
 #include "httpd.h"
 #include "ap_buckets.h"
 #include <stdlib.h>
diff --git a/src/buckets/ap_buckets_file.c b/src/buckets/ap_buckets_file.c
index dc9ba70..782d935 100644
--- a/src/buckets/ap_buckets_file.c
+++ b/src/buckets/ap_buckets_file.c
@@ -52,7 +52,6 @@
  * <http://www.apache.org/>.
  */
 
-#include "apr_private.h"
 #include "httpd.h"
 #include "ap_buckets.h"
 #include <stdlib.h>
diff --git a/src/buckets/ap_buckets_pipe.c b/src/buckets/ap_buckets_pipe.c
index dcecd98..2067daa 100644
--- a/src/buckets/ap_buckets_pipe.c
+++ b/src/buckets/ap_buckets_pipe.c
@@ -52,7 +52,6 @@
  * <http://www.apache.org/>.
  */
 
-#include "apr_private.h"
 #include "httpd.h"
 #include "ap_buckets.h"
 #include <stdlib.h>
diff --git a/src/buckets/ap_buckets_simple.c b/src/buckets/ap_buckets_simple.c
index 78ee684..e092aef 100644
--- a/src/buckets/ap_buckets_simple.c
+++ b/src/buckets/ap_buckets_simple.c
@@ -52,7 +52,6 @@
  * <http://www.apache.org/>.
  */
 
-#include "apr_private.h"
 #include "httpd.h"
 #include "ap_buckets.h"
 #include <stdlib.h>
diff --git a/src/buckets/ap_buckets_socket.c b/src/buckets/ap_buckets_socket.c
index 9af03c5..e3ec3fe 100644
--- a/src/buckets/ap_buckets_socket.c
+++ b/src/buckets/ap_buckets_socket.c
@@ -52,7 +52,6 @@
  * <http://www.apache.org/>.
  */
 
-#include "apr_private.h"
 #include "httpd.h"
 #include "ap_buckets.h"
 #include <stdlib.h>