[llvm] [ctxprof][nfc] Remove redundant include in PGOCtxProfWriter.cpp (PR #135077)

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 9 13:09:09 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-pgo

Author: Mircea Trofin (mtrofin)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/135077.diff


1 Files Affected:

- (modified) llvm/lib/ProfileData/PGOCtxProfWriter.cpp (-1) 


``````````diff
diff --git a/llvm/lib/ProfileData/PGOCtxProfWriter.cpp b/llvm/lib/ProfileData/PGOCtxProfWriter.cpp
index 0fdf90e5554b0..9634370fb9ac5 100644
--- a/llvm/lib/ProfileData/PGOCtxProfWriter.cpp
+++ b/llvm/lib/ProfileData/PGOCtxProfWriter.cpp
@@ -13,7 +13,6 @@
 #include "llvm/ProfileData/PGOCtxProfWriter.h"
 #include "llvm/Bitstream/BitCodeEnums.h"
 #include "llvm/ProfileData/CtxInstrContextNode.h"
-#include "llvm/ProfileData/PGOCtxProfReader.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Error.h"
 #include "llvm/Support/YAMLTraits.h"

``````````

</details>


https://github.com/llvm/llvm-project/pull/135077


More information about the llvm-commits mailing list