Re-sort #include lines using my handy dandy ./utils/sort_includes.py
[oota-llvm.git] / lib / CodeGen / GCRootLowering.cpp
index 41d4f0b8059aae1533d6af22892bfaf9809cee27..d69bb0ff805ba054839ccb2d22d2732ea553b8d3 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/CodeGen/GCMetadata.h"
+#include "llvm/CodeGen/GCStrategy.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineModuleInfo.h"
-#include "llvm/CodeGen/GCStrategy.h"
 #include "llvm/CodeGen/Passes.h"
 #include "llvm/IR/Dominators.h"
 #include "llvm/IR/IntrinsicInst.h"