From d3e5ca477092e70652cbb86d2611cf89269ec21f Mon Sep 17 00:00:00 2001 From: Dean Long <17332032+dean-long@users.noreply.github.com> Date: Fri, 24 Oct 2025 20:08:31 +0000 Subject: [PATCH] sort includes --- src/hotspot/share/runtime/os.inline.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hotspot/share/runtime/os.inline.hpp b/src/hotspot/share/runtime/os.inline.hpp index edb73a2d869..88c6e08aec1 100644 --- a/src/hotspot/share/runtime/os.inline.hpp +++ b/src/hotspot/share/runtime/os.inline.hpp @@ -25,9 +25,10 @@ #ifndef SHARE_RUNTIME_OS_INLINE_HPP #define SHARE_RUNTIME_OS_INLINE_HPP -#include "runtime/frame.hpp" #include "runtime/os.hpp" +#include "runtime/frame.hpp" + #include OS_HEADER_INLINE(os) #include OS_CPU_HEADER_INLINE(os)