Move includes inside HPP guard

This commit is contained in:
Evgeny Astigeevich 2026-06-09 14:37:57 +00:00
parent a40ee18fc7
commit 75dd75d785

View File

@ -22,13 +22,13 @@
*
*/
#include "runtime/mutex.hpp"
#include "runtime/mutexLocker.hpp"
#ifdef COMPILER2
#ifndef SHARE_RUNTIME_HOTCODESAMPLER_HPP
#define SHARE_RUNTIME_HOTCODESAMPLER_HPP
#include "runtime/javaThread.hpp"
#include "runtime/mutex.hpp"
#include "runtime/mutexLocker.hpp"
#include "runtime/suspendedThreadTask.hpp"
#include "runtime/threadSMR.hpp"
#include "utilities/pair.hpp"