Fix indent and remove unneeded #includes in MDBuilder.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172115 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakub Staszak
2013-01-10 22:00:36 +00:00
parent 446991dc34
commit 244b7a4ba6

View File

@@ -15,14 +15,15 @@
#ifndef LLVM_IR_MDBUILDER_H
#define LLVM_IR_MDBUILDER_H
#include "llvm/ADT/APInt.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Metadata.h"
namespace llvm {
class APInt;
class LLVMContext;
class MDBuilder {
LLVMContext &Context;