aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/ModuleMap.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-16 12:14:06 -0800
committerGitHub <noreply@github.com>2024-11-16 12:14:06 -0800
commit764275949897533a4be0728250e69a94d228fbc5 (patch)
tree77702b079eaf2451810f58566cec2bc36f376202 /clang/lib/Lex/ModuleMap.cpp
parent73e89cf66d4b88d568ff4c718ae7bf55588ef2be (diff)
downloadllvm-764275949897533a4be0728250e69a94d228fbc5.zip
llvm-764275949897533a4be0728250e69a94d228fbc5.tar.gz
llvm-764275949897533a4be0728250e69a94d228fbc5.tar.bz2
[Lex] Remove unused includes (NFC) (#116460)
Identified with misc-include-cleaner.
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
-rw-r--r--clang/lib/Lex/ModuleMap.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Lex/ModuleMap.cpp b/clang/lib/Lex/ModuleMap.cpp
index dc9d2bf..ccf94f6 100644
--- a/clang/lib/Lex/ModuleMap.cpp
+++ b/clang/lib/Lex/ModuleMap.cpp
@@ -30,7 +30,6 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
-#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
@@ -38,7 +37,6 @@
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
-#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/VirtualFileSystem.h"
#include "llvm/Support/raw_ostream.h"