Tidy up #includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-07-10 22:26:19 +00:00
parent ea8a8651fa
commit 4f4b348437
4 changed files with 1 additions and 5 deletions

View 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"

View File

@ -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 {

View 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 {

View 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 {