[llvm-profdata] Remove an unused include after D115915
authorFangrui Song <i@maskray.me>
Wed, 11 Jan 2023 23:18:10 +0000 (15:18 -0800)
committerFangrui Song <i@maskray.me>
Wed, 11 Jan 2023 23:18:10 +0000 (15:18 -0800)
llvm/tools/llvm-profdata/llvm-profdata.cpp

index 90c9e56..c8e5e6d 100644 (file)
@@ -13,7 +13,6 @@
 #include "llvm/ADT/SmallSet.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
-#include "llvm/DebugInfo/DWARF/DWARFContext.h"
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/Object/Binary.h"
 #include "llvm/ProfileData/InstrProfCorrelator.h"