blob: 2de0f3af1a0af14efb1cd59f55084417cffcc034 [file] [log] [blame]
#ifndef ROUTING_DELAY_CALCULATOR_H
#define ROUTING_DELAY_CALCULATOR_H
#include "PostClusterDelayCalculator.h"
using RoutingDelayCalculator = PostClusterDelayCalculator;
#endif