diff src/os/solaris/vm/os_solaris.inline.hpp @ 8675:63e54c37ac64

8008959: Fix non-PCH build on Linux, Windows and MacOS X Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files. Reviewed-by: coleenp, stefank, dholmes
author simonis
date Wed, 27 Feb 2013 09:40:30 +0100
parents 203f64878aab
children feae15578b2f
line wrap: on
line diff
--- a/src/os/solaris/vm/os_solaris.inline.hpp	Fri Feb 22 10:16:51 2013 -0800
+++ b/src/os/solaris/vm/os_solaris.inline.hpp	Wed Feb 27 09:40:30 2013 +0100
@@ -25,7 +25,6 @@
 #ifndef OS_SOLARIS_VM_OS_SOLARIS_INLINE_HPP
 #define OS_SOLARIS_VM_OS_SOLARIS_INLINE_HPP
 
-#include "runtime/atomic.hpp"
 #include "runtime/atomic.inline.hpp"
 #include "runtime/os.hpp"