[BE] Eliminate TODO for 2022 (#149557)

Need to think a bit more about what types.h includes

Fixes #ISSUE_NUMBER

Pull Request resolved: https://github.com/pytorch/pytorch/pull/149557
Approved by: https://github.com/albanD
This commit is contained in:
Nikita Shulga 2025-03-23 05:35:51 +00:00 committed by PyTorch MergeBot
parent c201d4dbea
commit 8bece88655

View File

@ -7,9 +7,6 @@
#include <torch/csrc/autograd/generated/variable_factories.h>
#include <torch/csrc/autograd/variable.h>
// TODO: These don't really belong here but torchvision builds in CI need them
// Remove once the torchvision version being compiled in CI is updated
#include <ATen/core/dispatch/Dispatcher.h>
#include <torch/library.h>
namespace torch {