From wrowe@apache.org Wed Jan 5 20:11:14 2005 Return-Path: Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Delivered-To: mailing list commits@apr.apache.org Received: (qmail 30979 invoked by uid 99); 5 Jan 2005 20:11:14 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 05 Jan 2005 12:11:13 -0800 Received: (qmail 52669 invoked by uid 65534); 5 Jan 2005 20:11:12 -0000 Date: 5 Jan 2005 20:11:12 -0000 Message-ID: <20050105201112.52665.qmail@minotaur.apache.org> From: wrowe@apache.org To: commits@apr.apache.org Subject: svn commit: r124264 - /apr/apr-util/trunk/ldap/apr_ldap_option.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked Author: wrowe Date: Wed Jan 5 12:11:10 2005 New Revision: 124264 URL: http://svn.apache.org/viewcvs?view=rev&rev=124264 Log: 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. Modified: apr/apr-util/trunk/ldap/apr_ldap_option.c Modified: apr/apr-util/trunk/ldap/apr_ldap_option.c Url: http://svn.apache.org/viewcvs/apr/apr-util/trunk/ldap/apr_ldap_option.c?view=diff&rev=124264&p1=apr/apr-util/trunk/ldap/apr_ldap_option.c&r1=124263&p2=apr/apr-util/trunk/ldap/apr_ldap_option.c&r2=124264 ============================================================================== --- apr/apr-util/trunk/ldap/apr_ldap_option.c (original) +++ apr/apr-util/trunk/ldap/apr_ldap_option.c Wed Jan 5 12:11:10 2005 @@ -19,12 +19,13 @@ * connection. * */ - -#include -#include -#include -#include -#include + +#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