[llvm] 639ebbf - [ctxprof][nfc] Remove redundant include in PGOCtxProfWriter.cpp (#135077)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 9 13:21:20 PDT 2025
Author: Mircea Trofin
Date: 2025-04-09T13:21:16-07:00
New Revision: 639ebbfeb9b09e36158714a8e12f9138e18de0d9
URL: https://github.com/llvm/llvm-project/commit/639ebbfeb9b09e36158714a8e12f9138e18de0d9
DIFF: https://github.com/llvm/llvm-project/commit/639ebbfeb9b09e36158714a8e12f9138e18de0d9.diff
LOG: [ctxprof][nfc] Remove redundant include in PGOCtxProfWriter.cpp (#135077)
Added:
Modified:
llvm/lib/ProfileData/PGOCtxProfWriter.cpp
Removed:
################################################################################
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