diff options
author | Kazu Hirata <kazu@google.com> | 2023-11-11 22:25:47 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-11-11 22:25:48 -0800 |
commit | 651c502fc8e6e1dfac4c3701e57da7bece6e637e (patch) | |
tree | a51f8cf7d9969faa744863c8767d3263dfb87329 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0677e54653e593ee90bb747fd75605f0bed47137 (diff) | |
download | llvm-651c502fc8e6e1dfac4c3701e57da7bece6e637e.zip llvm-651c502fc8e6e1dfac4c3701e57da7bece6e637e.tar.gz llvm-651c502fc8e6e1dfac4c3701e57da7bece6e637e.tar.bz2 |
[clang] Stop including llvm/ADT/DenseSet.h (NFC)
Identified with clangd.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInvocation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index 637c6a3..efcf073 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -48,7 +48,6 @@ #include "llvm/ADT/APInt.h" #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/CachedHashString.h" -#include "llvm/ADT/DenseSet.h" #include "llvm/ADT/FloatingPointMode.h" #include "llvm/ADT/Hashing.h" #include "llvm/ADT/STLExtras.h" |