diff options
author | Bill Wendling <morbo@google.com> | 2023-09-01 16:09:59 -0700 |
---|---|---|
committer | Bill Wendling <morbo@google.com> | 2023-09-05 13:12:00 -0700 |
commit | 7d6283fd09016fda711a3ad211be7d25336dabc6 (patch) | |
tree | e8b61038162e0a9b1b756bd4be41c03caf785154 /clang/lib/CodeGen/CodeGenModule.h | |
parent | 6b46c7688f0b8a10de2449d76c66be403f89230b (diff) | |
download | llvm-7d6283fd09016fda711a3ad211be7d25336dabc6.zip llvm-7d6283fd09016fda711a3ad211be7d25336dabc6.tar.gz llvm-7d6283fd09016fda711a3ad211be7d25336dabc6.tar.bz2 |
[NFC] Remove unneeded header includes
Use forward decls instead of #including the header files.
Differential Revision: https://reviews.llvm.org/D159421
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |