Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Transforms / IPO / ExtractGV.cpp
index 6716deb9e47b8b4216a289499399f9dedde3cb2c..f8d0491bf87d2fef97fe4ac5c9fdae59c163492a 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/Transforms/IPO.h"
+#include "llvm/ADT/SetVector.h"
+#include "llvm/Constants.h"
 #include "llvm/Instructions.h"
 #include "llvm/LLVMContext.h"
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
-#include "llvm/Constants.h"
-#include "llvm/Transforms/IPO.h"
-#include "llvm/ADT/SetVector.h"
 #include <algorithm>
 using namespace llvm;