Skip to content

Commit 4836617

Browse files
authored
Merge pull request #10704 from naveenvenk17/nv-bazel-ifp-ui-header-10409
bazel: avoid duplicate ifp header
2 parents aea03d0 + 3d69e45 commit 4836617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ifp/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ cc_library(
3535
cc_library(
3636
name = "ui",
3737
srcs = [
38-
"include/ifp/InitFloorplan.hh",
3938
"src/MakeInitFloorplan.cc",
4039
":swig",
4140
":tcl",
@@ -48,6 +47,7 @@ cc_library(
4847
"src",
4948
],
5049
deps = [
50+
":ifp",
5151
"//:ord",
5252
"//src/dbSta",
5353
"//src/odb/src/db",

0 commit comments

Comments
 (0)