From: Chandler Carruth Date: Thu, 6 Mar 2014 03:43:04 +0000 (+0000) Subject: [cleanup] Re-sort the standard library include lines. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=56a267380cc956b581b6c8b695b5a033ccb29970;p=oota-llvm.git [cleanup] Re-sort the standard library include lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203066 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/IntrusiveRefCntPtr.h b/include/llvm/ADT/IntrusiveRefCntPtr.h index c46ce9a1598..aad139296b0 100644 --- a/include/llvm/ADT/IntrusiveRefCntPtr.h +++ b/include/llvm/ADT/IntrusiveRefCntPtr.h @@ -23,8 +23,8 @@ #include "llvm/Support/Casting.h" #include "llvm/Support/Compiler.h" -#include #include +#include namespace llvm {