summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-07-17 20:53:25 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-07-17 20:53:25 +0000
commita28146bcff3a8e210790e5834c64b532688c22f4 (patch)
treeff19c7120f841d123cd015af33cb7296fa32d101
parent73262fdf433aca5f418b64ea03ac66c90e44ddb1 (diff)
downloadlibapr-a28146bcff3a8e210790e5834c64b532688c22f4.tar.gz
Outch. The most important part, stop dragging in troublesome includes.
Submitted by: David Shane Holden <dpejesh@yahoo.com> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63705 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--misc/win32/rand.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/win32/rand.c b/misc/win32/rand.c
index 562e56ccc..68dc2b32d 100644
--- a/misc/win32/rand.c
+++ b/misc/win32/rand.c
@@ -52,14 +52,12 @@
* <http://www.apache.org/>.
*/
-#include <windows.h>
-#include <objbase.h>
-#include <wincrypt.h>
#include "apr.h"
#include "apr_private.h"
#include "apr_general.h"
#include "apr_portable.h"
#include "misc.h"
+#include <wincrypt.h>
APR_DECLARE(apr_status_t) apr_generate_random_bytes(unsigned char * buf,