From commits-return-11122-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Mon Dec 21 21:35:08 2009 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 6186 invoked from network); 21 Dec 2009 21:35:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Dec 2009 21:35:08 -0000 Received: (qmail 606 invoked by uid 500); 21 Dec 2009 21:35:08 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 537 invoked by uid 500); 21 Dec 2009 21:35:08 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 528 invoked by uid 99); 21 Dec 2009 21:35:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2009 21:35:08 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2009 21:35:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 584A8238898B; Mon, 21 Dec 2009 21:34:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r892989 - /apr/apr/trunk/misc/win32/rand.c Date: Mon, 21 Dec 2009 21:34:41 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091221213441.584A8238898B@eris.apache.org> Author: wrowe Date: Mon Dec 21 21:34:40 2009 New Revision: 892989 URL: http://svn.apache.org/viewvc?rev=892989&view=rev Log: Clean up inclusion of windows sub-headers, following apr.h always Modified: apr/apr/trunk/misc/win32/rand.c Modified: apr/apr/trunk/misc/win32/rand.c URL: http://svn.apache.org/viewvc/apr/apr/trunk/misc/win32/rand.c?rev=892989&r1=892988&r2=892989&view=diff ============================================================================== --- apr/apr/trunk/misc/win32/rand.c (original) +++ apr/apr/trunk/misc/win32/rand.c Mon Dec 21 21:34:40 2009 @@ -14,9 +14,9 @@ * limitations under the License. */ -#include -#include #include "apr.h" +#include +#include #include "apr_private.h" #include "apr_general.h" #include "apr_portable.h"