Skip to content

Commit

Permalink
include only needed in .cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
slowhog committed Dec 3, 2024
1 parent 8663a89 commit f0838b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/hotspot/share/runtime/abstract_vm_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "compiler/compilerDefinitions.hpp"
#include "jvm_io.h"
#include "runtime/arguments.hpp"
#include "runtime/os.hpp"
#include "runtime/vm_version.hpp"
#include "utilities/globalDefinitions.hpp"

Expand Down
1 change: 0 additions & 1 deletion src/hotspot/share/runtime/abstract_vm_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#include "memory/allStatic.hpp" // For declaration of class AllStatic
#include "utilities/globalDefinitions.hpp"
#include "runtime/os.hpp"

typedef enum {
NoDetectedVirtualization,
Expand Down

0 comments on commit f0838b4

Please sign in to comment.