[clang] 6a82589 - Remove an unused include which causes Bazel dep-check failure (#194902)

via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 29 09:28:32 PDT 2026


Author: James Y Knight
Date: 2026-04-29T12:28:27-04:00
New Revision: 6a825893a464c1489f7a70960215a2b6b421fc57

URL: https://github.com/llvm/llvm-project/commit/6a825893a464c1489f7a70960215a2b6b421fc57
DIFF: https://github.com/llvm/llvm-project/commit/6a825893a464c1489f7a70960215a2b6b421fc57.diff

LOG: Remove an unused include which causes Bazel dep-check failure (#194902)

Added: 
    

Modified: 
    clang/unittests/Lex/ModuleMapTest.cpp

Removed: 
    


################################################################################
diff  --git a/clang/unittests/Lex/ModuleMapTest.cpp b/clang/unittests/Lex/ModuleMapTest.cpp
index 7dd00199cb7d6..cbbcbd594faa5 100644
--- a/clang/unittests/Lex/ModuleMapTest.cpp
+++ b/clang/unittests/Lex/ModuleMapTest.cpp
@@ -15,7 +15,6 @@
 #include "clang/Lex/HeaderSearchOptions.h"
 #include "llvm/Support/Path.h"
 #include "llvm/Support/VirtualFileSystem.h"
-#include "llvm/TargetParser/Host.h"
 #include "gtest/gtest.h"
 
 #include <vector>


        


More information about the cfe-commits mailing list