Tidy up #includes.
authorDan Gohman <gohman@apple.com>
Thu, 10 Jul 2008 22:26:19 +0000 (22:26 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 10 Jul 2008 22:26:19 +0000 (22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53426 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/alist.h
include/llvm/ADT/alist_node.h
include/llvm/Support/Recycler.h
include/llvm/Support/RecyclingAllocator.h

index f5924843129531270491d242941af326c96bbb9c..46fa1205545e73295f02a10ad1a92ac4ef962bd1 100644 (file)
@@ -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"
 
index a1f18c0bcb5c1eb4ed20fbaed195b2b5bfe3ae3c..03c66f607fc197f230935516919552705c91a995 100644 (file)
 #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 {
 
index 3b514dd6a822f0c74ad2c21855168f5366eb7a6a..8d4dc4ca4069306f9b93301e003664c600eb496e 100644 (file)
@@ -15,7 +15,6 @@
 #ifndef LLVM_SUPPORT_RECYCLER_H
 #define LLVM_SUPPORT_RECYCLER_H
 
-#include <cassert>
 #include "llvm/ADT/alist_node.h"
 
 namespace llvm {
index a338c0eb6397c272e9fa723dc70318eef5e2b977..071a61d9dc12aefc60a65db76d607742ad091f02 100644 (file)
@@ -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 {