mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 09:37:20 +00:00
prune #includes more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37da0ad07b
commit
fc252dae10
@ -19,8 +19,6 @@
|
||||
#include "llvm/Value.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/ADT/FoldingSet.h"
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/ADT/ilist_node.h"
|
||||
|
||||
namespace llvm {
|
||||
@ -28,6 +26,8 @@ class Constant;
|
||||
class Instruction;
|
||||
class LLVMContext;
|
||||
class MetadataContextImpl;
|
||||
template <typename T> class SmallVectorImpl;
|
||||
template<class PtrType, unsigned SmallSize> class SmallPtrSet;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// MetadataBase - A base class for MDNode, MDString and NamedMDNode.
|
||||
|
Loading…
x
Reference in New Issue
Block a user