Skip to content

Commit 45ec48c

Browse files
authored
Merge pull request #9459 from osamahammad21/odb-public-unfolded
odb: expose unfoldedModel
2 parents d28452c + 962fc47 commit 45ec48c

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
#include <utility>
1111
#include <vector>
1212

13-
#include "odb/3dblox.h"
14-
#include "odb/db.h"
15-
#include "odb/dbTransform.h"
16-
#include "odb/geom.h"
13+
#include "dbTransform.h"
14+
#include "geom.h"
1715

1816
namespace odb {
1917
class dbChip;

src/odb/src/3dblox/checker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "odb/db.h"
1515
#include "odb/dbObject.h"
1616
#include "odb/geom.h"
17-
#include "unfoldedModel.h"
17+
#include "odb/unfoldedModel.h"
1818
#include "utl/Logger.h"
1919
#include "utl/unionFind.h"
2020

src/odb/src/3dblox/checker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include "odb/db.h"
77
#include "odb/geom.h"
8-
#include "unfoldedModel.h"
8+
#include "odb/unfoldedModel.h"
99
#include "utl/Logger.h"
1010

1111
namespace odb {

src/odb/src/3dblox/unfoldedModel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: BSD-3-Clause
22
// Copyright (c) 2023-2026, The OpenROAD Authors
33

4-
#include "unfoldedModel.h"
4+
#include "odb/unfoldedModel.h"
55

66
#include <cstdint>
77
#include <deque>

0 commit comments

Comments
 (0)