diff --git a/search/Sta.cc b/search/Sta.cc index bb8c2100..eb617e9b 100644 --- a/search/Sta.cc +++ b/search/Sta.cc @@ -3935,7 +3935,6 @@ Sta::reportParasiticAnnotation(bool report_unannotated, const Corner *corner) { ensureGraph(); - findDelays(); sta::reportParasiticAnnotation(report_unannotated, corner, this); } diff --git a/tcl/StaTcl.i b/tcl/StaTcl.i index 4e856ad8..33b9c2fa 100644 --- a/tcl/StaTcl.i +++ b/tcl/StaTcl.i @@ -59,7 +59,6 @@ #include "ExceptionPath.hh" #include "Sdc.hh" #include "Graph.hh" -#include "Parasitics.hh" #include "DelayCalc.hh" #include "DcalcAnalysisPt.hh" #include "Corner.hh"