< prev index next >

src/hotspot/share/c1/c1_Optimizer.hpp

Print this page

        

@@ -25,11 +25,10 @@
 #ifndef SHARE_VM_C1_C1_OPTIMIZER_HPP
 #define SHARE_VM_C1_C1_OPTIMIZER_HPP
 
 #include "c1/c1_IR.hpp"
 #include "c1/c1_Instruction.hpp"
-#include "memory/allocation.hpp"
 
 class Optimizer {
  private:
   IR* _ir;
 
< prev index next >