[PM] Fix #include order here that I forgot to update before changing it.

llvm-svn: 229092
This commit is contained in:
Chandler Carruth 2015-02-13 09:57:03 +00:00
parent d01918fa13
commit 9828e69a3f
1 changed files with 1 additions and 1 deletions

View File

@ -22,10 +22,10 @@
#include "llvm/CodeGen/SchedulerRegistry.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/IRPrintingPasses.h"
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Verifier.h"
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/PrettyStackTrace.h"