Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Analysis / CodeMetrics.cpp
index 651a54be1b9eeb163747e208065df48dc13513b7..485e39a8276bf8fa1fdfade201a8dea2c438a0f4 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Analysis/CodeMetrics.h"
+#include "llvm/DataLayout.h"
 #include "llvm/Function.h"
-#include "llvm/Support/CallSite.h"
 #include "llvm/IntrinsicInst.h"
-#include "llvm/DataLayout.h"
+#include "llvm/Support/CallSite.h"
 
 using namespace llvm;