diff options
Diffstat (limited to 'clang/lib/Lex/ModuleMapFile.cpp')
-rw-r--r-- | clang/lib/Lex/ModuleMapFile.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Lex/ModuleMapFile.cpp b/clang/lib/Lex/ModuleMapFile.cpp index f457de8..183e919 100644 --- a/clang/lib/Lex/ModuleMapFile.cpp +++ b/clang/lib/Lex/ModuleMapFile.cpp @@ -20,8 +20,6 @@ #include "clang/Lex/Lexer.h" #include "clang/Lex/ModuleMap.h" #include "llvm/ADT/STLExtras.h" -#include "llvm/Support/Error.h" -#include "llvm/Support/Format.h" #include <optional> using namespace clang; |