Revert "Add a lint rule for torch/csrc/util/pybind.h include (#82552)"

This reverts commit 9465c0e0b50f3c37bc150ef0016238ba33eca6f4.

Reverted https://github.com/pytorch/pytorch/pull/82552 on behalf of https://github.com/zengk95 due to This seems to be breaking windows binary wheels
This commit is contained in:
PyTorch MergeBot
2022-08-01 20:25:35 +00:00
parent ab8e5e6fb5
commit 532b8a9e00
54 changed files with 49 additions and 205 deletions

View File

@ -1,4 +1,3 @@
#include <torch/csrc/Exceptions.h>
#include <torch/csrc/python_headers.h>
#include <torch/csrc/utils/object_ptr.h>
#include <torch/csrc/utils/pybind.h>