From 7d6283fd09016fda711a3ad211be7d25336dabc6 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 1 Sep 2023 16:09:59 -0700 Subject: [NFC] Remove unneeded header includes Use forward decls instead of #including the header files. Differential Revision: https://reviews.llvm.org/D159421 --- clang/lib/CodeGen/CodeGenModule.h | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/CodeGen/CodeGenModule.h') diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 2dcaaac..79f48b6 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -26,6 +26,7 @@ #include "clang/Basic/LangOptions.h" #include "clang/Basic/Module.h" #include "clang/Basic/NoSanitizeList.h" +#include "clang/Basic/ProfileList.h" #include "clang/Basic/TargetInfo.h" #include "clang/Basic/XRayLists.h" #include "clang/Lex/PreprocessorOptions.h" -- cgit v1.1