Merge branch 'master' into polymorphic_extern_classes
[nit.git] / src / metrics / model_hyperdoc.nit
index dbc7f45..43384d9 100644 (file)
 # Dump of Nit model into hypertext human-readable format.
 module model_hyperdoc
 
-import model
 import metrics_base
-import phase
-import frontend
 
 redef class ToolContext
        var model_hyperdoc_phase: Phase = new ModelHyperdocPhase(self, null)