[Easy][BE]: Enable clang-tidy check for duplicate includes (#116193)

Adds a clang-tidy check to flag duplicate include files
Pull Request resolved: https://github.com/pytorch/pytorch/pull/116193
Approved by: https://github.com/albanD, https://github.com/malfet
This commit is contained in:
Aaron Gokaslan
2023-12-20 17:56:21 +00:00
committed by PyTorch MergeBot
parent fe15645619
commit 71cb13869b
6 changed files with 1 additions and 6 deletions

View File

@ -87,7 +87,6 @@
#include <torch/csrc/utils/verbose.h>
#include <ATen/native/transformers/sdp_utils_cpp.h>
#include <c10/util/Logging.h>
#include <torch/csrc/profiler/combined_traceback.h>
#include <sstream>
#ifdef USE_CUDA