hotspot/src/share/vm/code/oopRecorder.cpp
changeset 7397 5b173b4ca846
parent 5702 201c5cde25bb
child 13728 882756847a04
--- a/hotspot/src/share/vm/code/oopRecorder.cpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/code/oopRecorder.cpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,8 +22,10 @@
  *
  */
 
-# include "incls/_precompiled.incl"
-# include "incls/_oopRecorder.cpp.incl"
+#include "precompiled.hpp"
+#include "code/oopRecorder.hpp"
+#include "memory/allocation.inline.hpp"
+#include "oops/oop.inline.hpp"
 
 #ifdef ASSERT
 int OopRecorder::_find_index_calls = 0;