mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
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:
parent
ea8a8651fa
commit
4f4b348437
@ -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"
|
||||
|
||||
|
@ -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 {
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
#ifndef LLVM_SUPPORT_RECYCLER_H
|
||||
#define LLVM_SUPPORT_RECYCLER_H
|
||||
|
||||
#include <cassert>
|
||||
#include "llvm/ADT/alist_node.h"
|
||||
|
||||
namespace llvm {
|
||||
|
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user