Skip to content

Commit

Permalink
[clang] Don't include SetVector.h (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazutakahirata committed Sep 17, 2022
1 parent 51b6dec commit 8009d23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion clang/lib/AST/CXXInheritance.cpp
Expand Up @@ -22,7 +22,6 @@
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/Casting.h"
Expand Down
1 change: 0 additions & 1 deletion clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
Expand Up @@ -15,7 +15,6 @@
#include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/DynamicLibrary.h"
Expand Down

0 comments on commit 8009d23

Please sign in to comment.