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

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 9 13:08:28 PDT 2025


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

None

>From 8b0df2479267d6a09719fdbd974e1c72ae1ad205 Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Wed, 9 Apr 2025 13:06:12 -0700
Subject: [PATCH] [ctxprof][nfc] Remove redundant include in
 PGOCtxProfWriter.cpp

---
 llvm/lib/ProfileData/PGOCtxProfWriter.cpp | 1 -
 1 file changed, 1 deletion(-)

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"



More information about the llvm-commits mailing list