< prev index next >

src/hotspot/share/ci/ciNullObject.hpp

Print this page

        

@@ -25,11 +25,10 @@
 #ifndef SHARE_VM_CI_CINULLOBJECT_HPP
 #define SHARE_VM_CI_CINULLOBJECT_HPP
 
 #include "ci/ciClassList.hpp"
 #include "ci/ciObject.hpp"
-#include "ci/ciUtilities.hpp"
 
 // ciNullObject
 //
 // This class represents a null reference in the VM.
 class ciNullObject : public ciObject {
< prev index next >