Revert "Rename torch::standalone to headeronly (#156964)"

This reverts commit 7e54c02a35b905e758497b856a1953eb009ba836.

Reverted https://github.com/pytorch/pytorch/pull/156964 on behalf of https://github.com/facebook-github-bot due to Diff reverted internally ([comment](https://github.com/pytorch/pytorch/pull/156964#issuecomment-3011136947))
This commit is contained in:
PyTorch MergeBot
2025-06-27 02:20:33 +00:00
parent 4ab4d29cbe
commit e290a4c645
11 changed files with 13 additions and 13 deletions

View File

@ -944,7 +944,7 @@ def define_buck_targets(
[
("torch/csrc/api/include", "torch/**/*.h"),
("", "torch/csrc/**/*.h"),
("", "torch/headeronly/**/*.h"),
("", "torch/standalone/**/*.h"),
("", "torch/script.h"),
("", "torch/library.h"),
("", "torch/custom_class.h"),