Skip to content

Commit 08035c8

Browse files
authored
Merge pull request #10435 from hzeller/feature-20260515-duplicate-header
Fix duplicate use of header in srcs instead of depending on lib.
2 parents 93e1347 + 13f910b commit 08035c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/odb/src/swig/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ filegroup(
8484
cc_library(
8585
name = "ui",
8686
srcs = [
87-
"common/swig_common.h",
8887
"tcl/MakeOdb.cpp",
8988
":swig",
9089
":tcl",
@@ -99,6 +98,7 @@ cc_library(
9998
"common",
10099
],
101100
deps = [
101+
":swig_common",
102102
"//:ord",
103103
"//src/odb/src/db",
104104
"//src/odb/src/defout",

0 commit comments

Comments
 (0)