[cleanup] Re-sort the standard library include lines.
authorChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 03:43:04 +0000 (03:43 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 03:43:04 +0000 (03:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203066 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/IntrusiveRefCntPtr.h

index c46ce9a1598787b6944ea5d7f7e426384edacbda..aad139296b0059ad780c133eb0387f5fbe015316 100644 (file)
@@ -23,8 +23,8 @@
 
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/Compiler.h"
-#include <memory>
 #include <atomic>
+#include <memory>
 
 namespace llvm {