summaryrefslogtreecommitdiff
path: root/misc/win32/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/win32/rand.c')
-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,