17 lines
337 B
C++
17 lines
337 B
C++
#ifndef TATUM_FWD_HPP
|
|
#define TATUM_FWD_HPP
|
|
|
|
//Data structures
|
|
#include "tatum/TimingGraphFwd.hpp"
|
|
#include "tatum/TimingConstraintsFwd.hpp"
|
|
|
|
//Analyzers
|
|
#include "tatum/timing_analyzers_fwd.hpp"
|
|
#include "tatum/graph_walkers_fwd.hpp"
|
|
#include "tatum/analyzer_factory_fwd.hpp"
|
|
|
|
//Reporting
|
|
#include "tatum/TimingReporterFwd.hpp"
|
|
|
|
#endif
|