summaryrefslogtreecommitdiff
path: root/ldap
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2005-01-05 20:11:10 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2005-01-05 20:11:10 +0000
commit53165779e54d353db08452a58f866eb0c197ec68 (patch)
tree3852a2de98457e4b99de140318dafc15354fa84c /ldap
parent8f2479dff1eddd9bcf79b8356a349807d948da8d (diff)
downloadlibapr-util-53165779e54d353db08452a58f866eb0c197ec68.tar.gz
Attempt to keep up with non-uniform #includes. Make consistent to the
other apr/apr-util sources and ensure apr.h picks up win32 headers in the correct order. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124264 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ldap')
-rw-r--r--ldap/apr_ldap_option.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/ldap/apr_ldap_option.c b/ldap/apr_ldap_option.c
index a0aec2d9..ef657269 100644
--- a/ldap/apr_ldap_option.c
+++ b/ldap/apr_ldap_option.c
@@ -19,12 +19,13 @@
* connection.
*
*/
-
-#include <apu.h>
-#include <apr_ldap.h>
-#include <apr_errno.h>
-#include <apr_pools.h>
-#include <apr_strings.h>
+
+#include "apr.h"
+#include "apu.h"
+#include "apr_ldap.h"
+#include "apr_errno.h"
+#include "apr_pools.h"
+#include "apr_strings.h"
#if APR_HAS_LDAP