Remove unused header to fix layering.

llvm-svn: 328842
This commit is contained in:
David Blaikie 2018-03-29 22:35:59 +00:00
parent c5391ce51e
commit 7883340331
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Scalar.h"
using namespace llvm;
//===----------------------------------------------------------------------===//