Revert "Add missing include for internal build (#119721)"

This reverts commit e0cabebad9.

Reverted https://github.com/pytorch/pytorch/pull/119721 on behalf of https://github.com/huydhn due to This fixes the build failures but there is still an issue with the missing libcaffe2_torch_fb_sparsenn_sparsenn_operators_gpu.so on D53686094 ([comment](https://github.com/pytorch/pytorch/pull/119721#issuecomment-1940191340))
This commit is contained in:
PyTorch MergeBot 2024-02-13 01:56:11 +00:00
parent ea8e4fd5ac
commit 9f8c84a399

View File

@ -961,7 +961,6 @@ aten_cpu_non_globed_headers = [
"aten/src/ATen/detail/HIPHooksInterface.h",
"aten/src/ATen/detail/ORTHooksInterface.h",
"aten/src/ATen/detail/PrivateUse1HooksInterface.h",
"aten/src/ATen/detail/AcceleratorHooksInterface.h",
"aten/src/ATen/detail/XPUHooksInterface.h",
"aten/src/ATen/detail/MTIAHooksInterface.h",
"aten/src/ATen/detail/IPUHooksInterface.h",