[CSSPGO] Additional cleanup as a follow-up to D107838

This commit is contained in:
Hongtao Yu 2021-08-10 19:00:33 -07:00
parent e27f364c61
commit 68d6c3e448
1 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCObjectStreamer.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/ProfileData/SampleProf.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/LEB128.h"
#include "llvm/Support/raw_ostream.h"
@ -23,7 +22,6 @@
using namespace llvm;
using namespace support;
using namespace sampleprof;
#ifndef NDEBUG
int MCPseudoProbeTable::DdgPrintIndent = 0;