diff --git a/hotspot/src/share/vm/runtime/semaphore.inline.hpp b/hotspot/src/share/vm/runtime/semaphore.inline.hpp index e1cd4c9f6e..458bfca801 100644 --- a/hotspot/src/share/vm/runtime/semaphore.inline.hpp +++ b/hotspot/src/share/vm/runtime/semaphore.inline.hpp @@ -25,7 +25,7 @@ #ifndef SHARE_VM_RUNTIME_SEMAPHORE_INLINE_HPP #define SHARE_VM_RUNTIME_SEMAPHORE_INLINE_HPP -#include "runtime/interfaceSupport.inline.hpp" +#include "runtime/interfaceSupport.hpp" #include "runtime/semaphore.hpp" #include "runtime/thread.inline.hpp"