Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / IR / LegacyPassManager.cpp
index dda623764aef03056f4653d8c9da192f89b8140b..d0f3b24a30d0451c2c0725778ff4e50a4bf5b6d4 100644 (file)
@@ -15,8 +15,8 @@
 #include "llvm/Assembly/PrintModulePass.h"
 #include "llvm/Assembly/Writer.h"
 #include "llvm/IR/LegacyPassManager.h"
-#include "llvm/IR/Module.h"
 #include "llvm/IR/LegacyPassManagers.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"