Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Transforms / IPO / GlobalDCE.cpp
index 18c1c7b000510f8f61f3559ddfaecd6ec4d238e0..b2c819de2ba0b3265c56ac571613e5219e856b0c 100644 (file)
 
 #define DEBUG_TYPE "globaldce"
 #include "llvm/Transforms/IPO.h"
+#include "llvm/ADT/SmallPtrSet.h"
+#include "llvm/ADT/Statistic.h"
 #include "llvm/Constants.h"
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
-#include "llvm/ADT/SmallPtrSet.h"
-#include "llvm/ADT/Statistic.h"
 using namespace llvm;
 
 STATISTIC(NumAliases  , "Number of global aliases removed");