mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
[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:
committed by
PyTorch MergeBot
parent
fe15645619
commit
71cb13869b
@ -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
|
||||
|
Reference in New Issue
Block a user