File tree Expand file tree Collapse file tree 10 files changed +12
-17
lines changed
Expand file tree Collapse file tree 10 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 33
44#include " dbSdcNetwork.hh"
55
6- #include < spdlog/fmt/fmt.h>
7-
86#include < cstddef>
97#include < functional>
108#include < memory>
119#include < string>
1210#include < string_view>
1311
12+ #include " spdlog/fmt/fmt.h"
1413#include " sta/ParseBus.hh"
1514#include " sta/PatternMatch.hh"
1615
Original file line number Diff line number Diff line change @@ -29,5 +29,6 @@ cc_library(
2929 "//src/odb" ,
3030 "//src/sta:opensta_lib" ,
3131 "//src/utl" ,
32+ "@spdlog" ,
3233 ],
3334)
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: BSD-3-Clause
22// Copyright (c) 2023-2025, The OpenROAD Authors
33
4- #include < spdlog/fmt/fmt.h>
5-
64#include < optional>
75#include < string>
86
7+ #include " spdlog/fmt/fmt.h"
8+
99namespace dft ::utils {
1010
1111// Helper to format optional values for the config reports
Original file line number Diff line number Diff line change 33
44#include " dbMTerm.h"
55
6- #include < spdlog/fmt/ostr.h>
76#include < string.h>
87
98#include < cstdlib>
2625#include " odb/dbTypes.h"
2726#include " odb/geom.h"
2827#include " odb/lefout.h"
28+ #include " spdlog/fmt/ostr.h"
2929
3030namespace odb {
3131
Original file line number Diff line number Diff line change 2121#include " dbTech.h"
2222#include " odb/db.h"
2323// User Code Begin Includes
24- #include < spdlog/fmt/ostr.h>
25-
2624#include < sstream>
25+
26+ #include " spdlog/fmt/ostr.h"
2727// User Code End Includes
2828namespace odb {
2929template class dbTable <_dbProperty>;
Original file line number Diff line number Diff line change 3535#include " odb/db.h"
3636#include " odb/dbSet.h"
3737// User Code Begin Includes
38- #include < spdlog/fmt/ostr.h>
39-
4038#include " dbHashTable.hpp"
4139#include " dbTech.h"
4240#include " dbTechLayerAntennaRule.h"
4341#include " dbTechLayerSpacingRule.h"
4442#include " dbTechMinCutOrAreaRule.h"
4543#include " odb/lefout.h"
44+ #include " spdlog/fmt/ostr.h"
4645#include " utl/Logger.h"
4746// User Code End Includes
4847namespace odb {
Original file line number Diff line number Diff line change 33
44#include " dbTechLayerAntennaRule.h"
55
6- #include < spdlog/fmt/ostr.h>
7-
86#include < cassert>
97#include < utility>
108#include < vector>
1917#include " dbVector.h"
2018#include " odb/db.h"
2119#include " odb/lefout.h"
20+ #include " spdlog/fmt/ostr.h"
2221
2322namespace odb {
2423
Original file line number Diff line number Diff line change 33
44#include " dbTechLayerSpacingRule.h"
55
6- #include < spdlog/fmt/ostr.h>
7-
86#include < cassert>
97
108#include " dbCore.h"
1513#include " dbTechLayer.h"
1614#include " odb/db.h"
1715#include " odb/lefout.h"
16+ #include " spdlog/fmt/ostr.h"
1817
1918namespace odb {
2019
Original file line number Diff line number Diff line change 33
44#include " odb/lefout.h"
55
6- #include < spdlog/fmt/ostr.h>
7-
86#include < cassert>
97#include < cstdint>
108#include < cstdio>
2119#include " odb/dbTransform.h"
2220#include " odb/dbTypes.h"
2321#include " odb/geom.h"
22+ #include " spdlog/fmt/ostr.h"
2423#include " utl/scope.h"
2524
2625using namespace boost ::polygon::operators;
Original file line number Diff line number Diff line change 1818#include " odb/geom.h"
1919#include " rsz/Resizer.hh"
2020// Use spdlog fmt::format until c++20 that supports std::format.
21- #include < spdlog/fmt/fmt.h>
22-
21+ #include " spdlog/fmt/fmt.h"
2322#include " sta/Fuzzy.hh"
2423#include " sta/Liberty.hh"
2524#include " sta/Units.hh"
You can’t perform that action at this time.
0 commit comments