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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/win32/rand.c b/misc/win32/rand.c
index 8af1bdad5..7161bfbbd 100644
--- a/misc/win32/rand.c
+++ b/misc/win32/rand.c
@@ -14,9 +14,8 @@
* limitations under the License.
*/
-#include <windows.h>
-#include <wincrypt.h>
#include "apr.h"
+#include <wincrypt.h>
#include "apr_private.h"
#include "apr_general.h"
#include "apr_portable.h"