mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
mv public headers to include/sta
This commit is contained in:
@@ -14,20 +14,21 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "Machine.hh"
|
||||
#include "DisallowCopyAssign.hh"
|
||||
#include "Stats.hh"
|
||||
#include "Error.hh"
|
||||
#include "Debug.hh"
|
||||
#include "MinMax.hh"
|
||||
#include "PortDirection.hh"
|
||||
#include "Transition.hh"
|
||||
#include "TimingRole.hh"
|
||||
#include "TimingArc.hh"
|
||||
#include "Liberty.hh"
|
||||
#include "Network.hh"
|
||||
#include "DcalcAnalysisPt.hh"
|
||||
#include "Graph.hh"
|
||||
#include "graph/Graph.hh"
|
||||
|
||||
#include "util/DisallowCopyAssign.hh"
|
||||
#include "util/Stats.hh"
|
||||
#include "util/Error.hh"
|
||||
#include "util/Debug.hh"
|
||||
#include "util/MinMax.hh"
|
||||
#include "util/Mutex.hh"
|
||||
#include "liberty/Transition.hh"
|
||||
#include "liberty/TimingRole.hh"
|
||||
#include "liberty/TimingArc.hh"
|
||||
#include "liberty/Liberty.hh"
|
||||
#include "network/PortDirection.hh"
|
||||
#include "network/Network.hh"
|
||||
#include "dcalc/DcalcAnalysisPt.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user