From aaa4ff88d6a2ef69053211e7bbee623f24723b51 Mon Sep 17 00:00:00 2001 From: David Stone Date: Mon, 3 Jun 2024 00:49:04 -0600 Subject: [clang][Modules] Remove unnecessary includes of `Module.h` (#93417) --- clang/lib/ExtractAPI/API.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/ExtractAPI/API.cpp') diff --git a/clang/lib/ExtractAPI/API.cpp b/clang/lib/ExtractAPI/API.cpp index 96bef96..ab1108f 100644 --- a/clang/lib/ExtractAPI/API.cpp +++ b/clang/lib/ExtractAPI/API.cpp @@ -14,7 +14,6 @@ #include "clang/ExtractAPI/API.h" #include "clang/AST/RawCommentList.h" -#include "clang/Basic/Module.h" #include "clang/Index/USRGeneration.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/ErrorHandling.h" -- cgit v1.1