Remove non-header-only dep from c10_headers target (#155858)

It depends on /c10/util:base which is not header-only.

Differential Revision: [D76552750](https://our.internmc.facebook.com/intern/diff/D76552750/)

**NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D76552750/)!
Pull Request resolved: https://github.com/pytorch/pytorch/pull/155858
Approved by: https://github.com/ezyang
This commit is contained in:
Scott Wolchok
2025-06-12 15:57:05 -07:00
committed by PyTorch MergeBot
parent a24ce67dee
commit cce4d213a6

View File

@ -30,7 +30,6 @@ def define_targets(rules):
"//c10/macros",
"//c10/util:base_headers",
"//c10/util:bit_cast",
"//c10/util:ssize",
],
visibility = ["//visibility:public"],
)