Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#4964 from The-OpenROAD-Projec…
Browse files Browse the repository at this point in the history
…t-staging/odb-include3

odb: third batch of odb include path changes
  • Loading branch information
maliberty authored Apr 17, 2024
2 parents da0053d + 9826226 commit 7c6ac49
Show file tree
Hide file tree
Showing 122 changed files with 262 additions and 256 deletions.
5 changes: 3 additions & 2 deletions src/odb/src/db/dbBPin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,17 @@

#include <iostream>

#include "db.h"
#include "dbAccessPoint.h"
#include "dbBTerm.h"
#include "dbBlock.h"
#include "dbBlockCallBackObj.h"
#include "dbBox.h"
#include "dbBoxItr.h"
#include "dbDatabase.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "odb/dbBlockCallBackObj.h"

namespace odb {

template class dbTable<_dbBPin>;
Expand Down
8 changes: 4 additions & 4 deletions src/odb/src/db/dbBlockage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@

#include "dbBlockage.h"

#include "db.h"
#include "dbBlock.h"
#include "dbBlockCallBackObj.h"
#include "dbBox.h"
#include "dbDatabase.h"
#include "dbDiff.h"
#include "dbDiff.hpp"
#include "dbInst.h"
#include "dbSet.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "odb/dbBlockCallBackObj.h"
#include "odb/dbDiff.h"
#include "odb/dbSet.h"

namespace odb {

Expand Down
2 changes: 1 addition & 1 deletion src/odb/src/db/dbCCSeg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@

#include "dbCCSeg.h"

#include "db.h"
#include "dbBlock.h"
#include "dbCapNode.h"
#include "dbDatabase.h"
#include "dbJournal.h"
#include "dbNet.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "utl/Logger.h"

namespace odb {
Expand Down
2 changes: 1 addition & 1 deletion src/odb/src/db/dbCapNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

#include "dbCapNode.h"

#include "db.h"
#include "dbBlock.h"
#include "dbCCSeg.h"
#include "dbCCSegItr.h"
Expand All @@ -42,6 +41,7 @@
#include "dbNet.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "utl/Logger.h"

namespace odb {
Expand Down
4 changes: 2 additions & 2 deletions src/odb/src/db/dbFill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@

#include "dbFill.h"

#include "db.h"
#include "dbBlock.h"
#include "dbBlockCallBackObj.h"
#include "dbDatabase.h"
#include "dbDiff.hpp"
#include "dbTable.h"
#include "dbTable.hpp"
#include "dbTech.h"
#include "dbTechLayer.h"
#include "odb/db.h"
#include "odb/dbBlockCallBackObj.h"

namespace odb {

Expand Down
2 changes: 1 addition & 1 deletion src/odb/src/db/dbGCellGrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
#include <algorithm>

#include "dbBlock.h"
#include "dbSet.h"
#include "dbTech.h"
#include "odb/dbSet.h"
// User Code End Includes
namespace odb {
template class dbTable<_dbGCellGrid>;
Expand Down
2 changes: 1 addition & 1 deletion src/odb/src/db/dbGCellGrid.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
// User Code Begin Includes
#include <map>

#include "dbMatrix.h"
#include "dbVector.h"
#include "odb/dbMatrix.h"
// User Code End Includes

namespace odb {
Expand Down
4 changes: 2 additions & 2 deletions src/odb/src/db/dbGroupGroundNetItr.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

#pragma once

#include "dbIterator.h"
#include "odb.h"
#include "odb/dbIterator.h"
#include "odb/odb.h"

namespace odb {

Expand Down
4 changes: 2 additions & 2 deletions src/odb/src/db/dbGroupPowerNetItr.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

#pragma once

#include "dbIterator.h"
#include "odb.h"
#include "odb/dbIterator.h"
#include "odb/odb.h"

namespace odb {

Expand Down
2 changes: 1 addition & 1 deletion src/odb/src/db/dbHier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

#include "dbHier.h"

#include "db.h"
#include "dbBTerm.h"
#include "dbBlock.h"
#include "dbChip.h"
Expand All @@ -42,6 +41,7 @@
#include "dbMaster.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"

namespace odb {

Expand Down
2 changes: 1 addition & 1 deletion src/odb/src/db/dbJournal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

#include "dbJournal.h"

#include "db.h"
#include "dbBTerm.h"
#include "dbBlock.h"
#include "dbCCSeg.h"
Expand All @@ -41,6 +40,7 @@
#include "dbInst.h"
#include "dbNet.h"
#include "dbRSeg.h"
#include "odb/db.h"
#include "utl/Logger.h"

namespace odb {
Expand Down
4 changes: 2 additions & 2 deletions src/odb/src/db/dbMetalWidthViaMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
#include "odb/odb.h"

// User Code Begin Includes
#include "db.h"
#include "dbVector.h"
#include "odb/db.h"
// User Code End Includes

namespace odb {
Expand Down Expand Up @@ -79,4 +79,4 @@ class _dbMetalWidthViaMap : public _dbObject
dbIStream& operator>>(dbIStream& stream, _dbMetalWidthViaMap& obj);
dbOStream& operator<<(dbOStream& stream, const _dbMetalWidthViaMap& obj);
} // namespace odb
// Generator Code End Header
// Generator Code End Header
4 changes: 2 additions & 2 deletions src/odb/src/db/dbName.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
#pragma once

#include "dbCore.h"
#include "dbId.h"
#include "odb.h"
#include "odb/dbId.h"
#include "odb/odb.h"

namespace odb {

Expand Down
4 changes: 2 additions & 2 deletions src/odb/src/db/dbNameCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
#include "dbNameCache.h"

#include "dbDatabase.h"
#include "dbDiff.h"
#include "dbDiff.hpp"
#include "dbHashTable.hpp"
#include "dbName.h"
#include "dbSet.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/dbDiff.h"
#include "odb/dbSet.h"

namespace odb {

Expand Down
6 changes: 3 additions & 3 deletions src/odb/src/db/dbObstruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@

#include "dbObstruction.h"

#include "db.h"
#include "dbBlock.h"
#include "dbBlockCallBackObj.h"
#include "dbBox.h"
#include "dbDatabase.h"
#include "dbDiff.hpp"
#include "dbInst.h"
#include "dbSet.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "dbTechLayer.h"
#include "odb/db.h"
#include "odb/dbBlockCallBackObj.h"
#include "odb/dbSet.h"

namespace odb {

Expand Down
2 changes: 1 addition & 1 deletion src/odb/src/db/dbProperty.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

#include <sstream>

#include "db.h"
#include "dbBlock.h"
#include "dbChip.h"
#include "dbDatabase.h"
Expand All @@ -47,6 +46,7 @@
#include "dbTable.h"
#include "dbTable.hpp"
#include "dbTech.h"
#include "odb/db.h"

namespace odb {

Expand Down
4 changes: 2 additions & 2 deletions src/odb/src/db/dbRSeg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@

#include "dbRSeg.h"

#include "db.h"
#include "dbBlock.h"
#include "dbCapNode.h"
#include "dbCommon.h"
#include "dbDatabase.h"
#include "dbJournal.h"
#include "dbNet.h"
#include "dbShape.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "odb/dbShape.h"
#include "utl/Logger.h"

namespace odb {
Expand Down
4 changes: 2 additions & 2 deletions src/odb/src/db/dbRegion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@

#include "dbRegion.h"

#include "db.h"
#include "dbBlock.h"
#include "dbBlockCallBackObj.h"
#include "dbBox.h"
#include "dbBoxItr.h"
#include "dbDatabase.h"
Expand All @@ -44,6 +42,8 @@
#include "dbRegionInstItr.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "odb/dbBlockCallBackObj.h"

namespace odb {

Expand Down
8 changes: 4 additions & 4 deletions src/odb/src/db/dbRow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@

#include "dbRow.h"

#include "db.h"
#include "dbBlock.h"
#include "dbBlockCallBackObj.h"
#include "dbDatabase.h"
#include "dbDiff.hpp"
#include "dbLib.h"
#include "dbSet.h"
#include "dbSite.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "dbTransform.h"
#include "odb/db.h"
#include "odb/dbBlockCallBackObj.h"
#include "odb/dbSet.h"
#include "odb/dbTransform.h"

namespace odb {

Expand Down
6 changes: 3 additions & 3 deletions src/odb/src/db/dbRow.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
#pragma once

#include "dbCore.h"
#include "dbId.h"
#include "dbTypes.h"
#include "odb.h"
#include "odb/dbId.h"
#include "odb/dbTypes.h"
#include "odb/odb.h"

namespace odb {

Expand Down
6 changes: 3 additions & 3 deletions src/odb/src/db/dbSWire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@

#include "dbSWire.h"

#include "db.h"
#include "dbBlock.h"
#include "dbBlockCallBackObj.h"
#include "dbDiff.hpp"
#include "dbNet.h"
#include "dbSBox.h"
#include "dbSBoxItr.h"
#include "dbSet.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"
#include "odb/dbBlockCallBackObj.h"
#include "odb/dbSet.h"

namespace odb {

Expand Down
2 changes: 1 addition & 1 deletion src/odb/src/db/dbSite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@

#include "dbSite.h"

#include "db.h"
#include "dbDatabase.h"
#include "dbLib.h"
#include "dbTable.h"
#include "dbTable.hpp"
#include "odb/db.h"

namespace odb {

Expand Down
2 changes: 1 addition & 1 deletion src/odb/src/db/dbTarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

#include "dbTarget.h"

#include "db.h"
#include "dbDatabase.h"
#include "dbLib.h"
#include "dbMTerm.h"
Expand All @@ -41,6 +40,7 @@
#include "dbTable.hpp"
#include "dbTech.h"
#include "dbTechLayer.h"
#include "odb/db.h"

namespace odb {

Expand Down
6 changes: 3 additions & 3 deletions src/odb/src/db/dbTarget.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
#pragma once

#include "dbCore.h"
#include "dbId.h"
#include "geom.h"
#include "odb.h"
#include "odb/dbId.h"
#include "odb/geom.h"
#include "odb/odb.h"

namespace odb {

Expand Down
2 changes: 1 addition & 1 deletion src/odb/src/db/dbTechLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#include "dbTechLayerAntennaRule.h"
#include "dbTechLayerSpacingRule.h"
#include "dbTechMinCutOrAreaRule.h"
#include "lefout.h"
#include "odb/lefout.h"
#include "utl/Logger.h"
// User Code End Includes
namespace odb {
Expand Down
Loading

0 comments on commit 7c6ac49

Please sign in to comment.