[llvm-commits] [llvm] r53426 - in /llvm/trunk/include/llvm: ADT/alist.h ADT/alist_node.h Support/Recycler.h Support/RecyclingAllocator.h

Dan Gohman gohman at apple.com
Thu Jul 10 15:26:19 PDT 2008


Author: djg
Date: Thu Jul 10 17:26:19 2008
New Revision: 53426

URL: http://llvm.org/viewvc/llvm-project?rev=53426&view=rev
Log:
Tidy up #includes.

Modified:
    llvm/trunk/include/llvm/ADT/alist.h
    llvm/trunk/include/llvm/ADT/alist_node.h
    llvm/trunk/include/llvm/Support/Recycler.h
    llvm/trunk/include/llvm/Support/RecyclingAllocator.h

Modified: llvm/trunk/include/llvm/ADT/alist.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/alist.h?rev=53426&r1=53425&r2=53426&view=diff

==============================================================================
--- llvm/trunk/include/llvm/ADT/alist.h (original)
+++ llvm/trunk/include/llvm/ADT/alist.h Thu Jul 10 17:26:19 2008
@@ -14,7 +14,6 @@
 #ifndef LLVM_ADT_ALIST_H
 #define LLVM_ADT_ALIST_H
 
-#include <cassert>
 #include "llvm/ADT/alist_node.h"
 #include "llvm/ADT/STLExtras.h"
 

Modified: llvm/trunk/include/llvm/ADT/alist_node.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/alist_node.h?rev=53426&r1=53425&r2=53426&view=diff

==============================================================================
--- llvm/trunk/include/llvm/ADT/alist_node.h (original)
+++ llvm/trunk/include/llvm/ADT/alist_node.h Thu Jul 10 17:26:19 2008
@@ -15,10 +15,10 @@
 #ifndef LLVM_ADT_ALIST_NODE_H
 #define LLVM_ADT_ALIST_NODE_H
 
-#include <cassert>
 #include "llvm/ADT/ilist.h"
 #include "llvm/Support/AlignOf.h"
 #include "llvm/Support/DataTypes.h"
+#include <cassert>
 
 namespace llvm {
 

Modified: llvm/trunk/include/llvm/Support/Recycler.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Recycler.h?rev=53426&r1=53425&r2=53426&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/Recycler.h (original)
+++ llvm/trunk/include/llvm/Support/Recycler.h Thu Jul 10 17:26:19 2008
@@ -15,7 +15,6 @@
 #ifndef LLVM_SUPPORT_RECYCLER_H
 #define LLVM_SUPPORT_RECYCLER_H
 
-#include <cassert>
 #include "llvm/ADT/alist_node.h"
 
 namespace llvm {

Modified: llvm/trunk/include/llvm/Support/RecyclingAllocator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/RecyclingAllocator.h?rev=53426&r1=53425&r2=53426&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/RecyclingAllocator.h (original)
+++ llvm/trunk/include/llvm/Support/RecyclingAllocator.h Thu Jul 10 17:26:19 2008
@@ -15,9 +15,7 @@
 #ifndef LLVM_SUPPORT_RECYCLINGALLOCATOR_H
 #define LLVM_SUPPORT_RECYCLINGALLOCATOR_H
 
-#include <cassert>
 #include "llvm/Support/Recycler.h"
-#include "llvm/ADT/STLExtras.h"
 
 namespace llvm {
 





More information about the llvm-commits mailing list