Skip to content

Commit d6d29f5

Browse files
authored
Merge pull request #10741 from hongted/drt-fixture
Update drt/test/fixture.{cpp.h} use of drt-global.h header path for consistency
2 parents 9eaf7b1 + fb2fd8f commit d6d29f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/drt/test/fixture.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
#include "db/tech/frLookupTbl.h"
2323
#include "db/tech/frTechObject.h"
2424
#include "db/tech/frViaDef.h"
25+
#include "drt-global.h"
2526
#include "frBaseTypes.h"
2627
#include "frDesign.h"
2728
#include "frRegionQuery.h"
2829
#include "odb/db.h"
2930
#include "odb/dbTypes.h"
30-
#include "src/drt/src/drt-global.h"
3131
#include "utl/Logger.h"
3232

3333
using odb::dbTechLayerDir;

src/drt/test/fixture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
#include "db/tech/frConstraint.h"
1313
#include "db/tech/frTechObject.h"
1414
#include "db/tech/frViaDef.h"
15+
#include "drt-global.h"
1516
#include "frBaseTypes.h"
1617
#include "frDesign.h"
1718
#include "gtest/gtest.h"
1819
#include "odb/db.h"
1920
#include "odb/dbTypes.h"
20-
#include "src/drt/src/drt-global.h"
2121
#include "utl/Logger.h"
2222

2323
namespace odb {

0 commit comments

Comments
 (0)