Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / metrics / poset_metrics.nit
index 5ff2a6f..1fc8be5 100644 (file)
@@ -15,9 +15,7 @@
 # Metrics about the various posets of the model of a Nit program
 module poset_metrics
 
-import poset
 import metrics_base
-import frontend
 
 redef class ToolContext
        var poset_metrics_phase: Phase = new PosetMetricsPhase(self, null)