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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328549 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie 2018-03-26 16:57:31 +00:00
parent fecaf52c6b
commit 42e9b96ddf

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"