Skip to content

Commit

Permalink
[DependencyScanning] Include DenseMap.h instead of DenseSet.h (NFC)
Browse files Browse the repository at this point in the history
DependencyScanningFilesystem.h uses DenseMap, not DenseSet.
  • Loading branch information
kazutakahirata committed Nov 12, 2023
1 parent 8ff81de commit 78a05b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "clang/Basic/LLVM.h"
#include "clang/Lex/DependencyDirectivesScanner.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/ErrorOr.h"
Expand Down

0 comments on commit 78a05b9

Please sign in to comment.