Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Analysis / ScalarEvolutionExpander.cpp
index 111bfb4a6a766147272a11a63d0105ea71a1543e..2fe0091f5e9df60193a2a68505c4690b02105c74 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Analysis/ScalarEvolutionExpander.h"
+#include "llvm/ADT/STLExtras.h"
 #include "llvm/Analysis/LoopInfo.h"
+#include "llvm/DataLayout.h"
 #include "llvm/IntrinsicInst.h"
 #include "llvm/LLVMContext.h"
 #include "llvm/Support/Debug.h"
-#include "llvm/DataLayout.h"
 #include "llvm/Target/TargetLowering.h"
-#include "llvm/ADT/STLExtras.h"
 
 using namespace llvm;