< prev index next >

src/hotspot/share/code/location.hpp

Print this page

        

@@ -25,11 +25,10 @@
 #ifndef SHARE_VM_CODE_LOCATION_HPP
 #define SHARE_VM_CODE_LOCATION_HPP
 
 #include "asm/assembler.hpp"
 #include "code/vmreg.hpp"
-#include "memory/allocation.hpp"
 
 // A Location describes a concrete machine variable location
 // (such as integer or floating point register or a stack-held
 // variable). Used when generating debug-information for nmethods.
 //
< prev index next >