[clang] Remove an unused include which causes Bazel dep-check failure (PR #194902)
James Y Knight via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 29 09:28:26 PDT 2026
https://github.com/jyknight created https://github.com/llvm/llvm-project/pull/194902
None
>From b9c2707899ced5e1dbee494b657ca44a42bdea85 Mon Sep 17 00:00:00 2001
From: James Y Knight <jyknight at google.com>
Date: Wed, 29 Apr 2026 12:26:06 -0400
Subject: [PATCH] Remove an unused include which causes Bazel dep-check failure
---
clang/unittests/Lex/ModuleMapTest.cpp | 1 -
1 file changed, 1 deletion(-)
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