Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Transforms / IPO / Internalize.cpp
index aa629cc0c6fba8b064e2aaef4816dea430990873..b2cd3a765a1b144b03cb41bfd47a36f7bc12ae6e 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "internalize"
-#include "llvm/Analysis/CallGraph.h"
 #include "llvm/Transforms/IPO.h"
-#include "llvm/Pass.h"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/Analysis/CallGraph.h"
 #include "llvm/Module.h"
+#include "llvm/Pass.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/ADT/Statistic.h"
 #include <fstream>
 #include <set>
 using namespace llvm;