From 36d57677bbbcc4f32e7aa16b73ca22fcae13a3aa Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 26 May 2025 14:57:05 -0700 Subject: [Lex] Remove unused includes (NFC) (#141523) These are identified by misc-include-cleaner. I've filtered out those that break builds. Also, I'm staying away from llvm-config.h, config.h, and Compiler.h, which likely cause platform- or compiler-specific build failures. --- clang/lib/Lex/ModuleMapFile.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib/Lex/ModuleMapFile.cpp') 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 using namespace clang; -- cgit v1.1