summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-12-17 18:51:24 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-12-17 18:51:24 +0000
commit046d779e566623c9d23b14d0a61ee5fa653d134b (patch)
tree799b4672783e7cc2f377cf977a78e8aedec044e9 /xml
parent14fe50d99d8e5c0a4a2a56e7406f5b5e04b4586a (diff)
downloadapr-046d779e566623c9d23b14d0a61ee5fa653d134b.tar.gz
Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATA
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@891835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xml')
-rw-r--r--xml/apr_xml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xml/apr_xml.c b/xml/apr_xml.c
index 9027c2b61..f79c80ce8 100644
--- a/xml/apr_xml.c
+++ b/xml/apr_xml.c
@@ -15,6 +15,7 @@
*/
#include "apr.h"
+#include "apr_private.h"
#include "apr_strings.h"
#define APR_WANT_STDIO /* for sprintf() */
@@ -23,8 +24,6 @@
#include "apr_xml.h"
-#include "apu_config.h"
-
#if defined(HAVE_XMLPARSE_XMLPARSE_H)
#include <xmlparse/xmlparse.h>
#elif defined(HAVE_XMLTOK_XMLPARSE_H)