hotspot/src/share/vm/runtime/timer.cpp
changeset 25468 5331df506290
parent 24424 2658d7834c6e
child 30608 d79880a5cf2f
--- a/hotspot/src/share/vm/runtime/timer.cpp	Mon Jun 30 10:04:05 2014 +0200
+++ b/hotspot/src/share/vm/runtime/timer.cpp	Thu Jun 26 16:05:15 2014 +0200
@@ -26,21 +26,6 @@
 #include "oops/oop.inline.hpp"
 #include "runtime/timer.hpp"
 #include "utilities/ostream.hpp"
-#ifdef TARGET_OS_FAMILY_linux
-# include "os_linux.inline.hpp"
-#endif
-#ifdef TARGET_OS_FAMILY_solaris
-# include "os_solaris.inline.hpp"
-#endif
-#ifdef TARGET_OS_FAMILY_windows
-# include "os_windows.inline.hpp"
-#endif
-#ifdef TARGET_OS_FAMILY_aix
-# include "os_aix.inline.hpp"
-#endif
-#ifdef TARGET_OS_FAMILY_bsd
-# include "os_bsd.inline.hpp"
-#endif
 
 double TimeHelper::counter_to_seconds(jlong counter) {
   double count = (double) counter;