Remove an unneeded (& mislayered) include from Target/TargetLoweringObjectFile on a CodeGen header

llvm-svn: 328549
This commit is contained in:
David Blaikie 2018-03-26 16:57:31 +00:00
parent a1b2bf4c71
commit 535ca36e5e
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
#include "llvm/Target/TargetLoweringObjectFile.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DerivedTypes.h"