Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / CodeGen / StackProtector.cpp
index 19fb0edcc3cdf930305bc8b1cf67c85b0382ebf7..ac5d70de706446738202d66c3a0286225b64a0ca 100644 (file)
 
 #define DEBUG_TYPE "stack-protector"
 #include "llvm/CodeGen/StackProtector.h"
-#include "llvm/CodeGen/Analysis.h"
-#include "llvm/CodeGen/Passes.h"
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/Analysis/ValueTracking.h"
+#include "llvm/CodeGen/Analysis.h"
+#include "llvm/CodeGen/Passes.h"
 #include "llvm/IR/Attributes.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/DataLayout.h"