Remove unused headers to fix layering

llvm-svn: 328840
This commit is contained in:
David Blaikie 2018-03-29 22:31:39 +00:00
parent c90289b5d3
commit 4778bb88ef
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Scalar/LoopPassManager.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/LoopUtils.h"
#include "llvm/Transforms/Utils/SSAUpdater.h"