Resort the #include lines in include/... and lib/... with the
[oota-llvm.git] / lib / Transforms / Scalar / ObjCARC.cpp
index 3c4aea13301e6e7a32a86825ba15715048a95f97..8fa703893ad3822141d75e3251e3df03c34a1a40 100644 (file)
@@ -30,8 +30,8 @@
 
 #define DEBUG_TYPE "objc-arc"
 #include "llvm/ADT/DenseMap.h"
-#include "llvm/Support/Debug.h"
 #include "llvm/Support/CommandLine.h"
+#include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;