Skip to content

Commit 69c89f7

Browse files
committed
do not reorder includes in systemMemoryBarrier_windows.cpp
1 parent 050815c commit 69c89f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/os/windows/systemMemoryBarrier_windows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
#include "systemMemoryBarrier_windows.hpp"
2626

27+
#include <windows.h> // do not reorder
2728
#include <processthreadsapi.h>
28-
#include <windows.h>
2929

3030
bool WindowsSystemMemoryBarrier::initialize() {
3131
return true;

0 commit comments

Comments
 (0)