Skip to content

Commit 50c0a81

Browse files
committed
Prune includes
1 parent bec8ff8 commit 50c0a81

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

llvm/lib/CodeGen/MachineModuleInfo.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,16 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "llvm/CodeGen/MachineModuleInfo.h"
10-
#include "llvm/ADT/DenseMap.h"
11-
#include "llvm/ADT/StringRef.h"
1210
#include "llvm/CodeGen/MachineFunction.h"
1311
#include "llvm/CodeGen/Passes.h"
1412
#include "llvm/IR/Constants.h"
1513
#include "llvm/IR/DiagnosticInfo.h"
1614
#include "llvm/IR/LLVMContext.h"
1715
#include "llvm/IR/Module.h"
1816
#include "llvm/InitializePasses.h"
19-
#include "llvm/MC/MCContext.h"
20-
#include "llvm/Pass.h"
21-
#include "llvm/Support/CommandLine.h"
22-
#include "llvm/Support/ErrorHandling.h"
2317
#include "llvm/Target/TargetLoweringObjectFile.h"
2418
#include "llvm/Target/TargetMachine.h"
25-
#include <algorithm>
2619
#include <cassert>
27-
#include <memory>
28-
#include <utility>
29-
#include <vector>
3020

3121
using namespace llvm;
3222
using namespace llvm::dwarf;

0 commit comments

Comments
 (0)