[2/N] Cleanup header inclusions in torch_cpu by iwyu (#109964)

Further cleaning up of torch_cpu header inclusions.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/109964
Approved by: https://github.com/ezyang, https://github.com/Skylion007
This commit is contained in:
cyy
2023-11-19 20:56:32 +00:00
committed by PyTorch MergeBot
parent 0bd4d1f4ab
commit 226384b460
49 changed files with 27 additions and 105 deletions

View File

@ -1,3 +1,4 @@
#include <ATen/Functions.h>
#include <gtest/gtest.h>
#include <test/cpp/jit/test_utils.h>