[llvm] r203066 - [cleanup] Re-sort the standard library include lines.

Chandler Carruth chandlerc at gmail.com
Wed Mar 5 19:43:04 PST 2014


Author: chandlerc
Date: Wed Mar  5 21:43:04 2014
New Revision: 203066

URL: http://llvm.org/viewvc/llvm-project?rev=203066&view=rev
Log:
[cleanup] Re-sort the standard library include lines.

Modified:
    llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h

Modified: llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h?rev=203066&r1=203065&r2=203066&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h (original)
+++ llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h Wed Mar  5 21:43:04 2014
@@ -23,8 +23,8 @@
 
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/Compiler.h"
-#include <memory>
 #include <atomic>
+#include <memory>
 
 namespace llvm {
 





More information about the llvm-commits mailing list