src: cleanup importations
[nit.git] / src / local_var_init.nit
index 4ed1ff8..4b9a4ab 100644 (file)
@@ -18,9 +18,7 @@
 # Require that the scope and the flow analaysis are already performed
 module local_var_init
 
-import scope
 import flow
-import phase
 
 redef class ToolContext
        var local_var_init_phase: Phase = new LocalVarInitPhase(self, [flow_phase])