From dc2fbddd9d204e904b8e61d1da1428579e7c55af Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 11 Jul 2008 20:38:31 +0000 Subject: Trim unnecessary #includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53471 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineConstantPool.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/llvm/CodeGen/MachineConstantPool.h') diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h index 4144d8ca16..ba491ce255 100644 --- a/include/llvm/CodeGen/MachineConstantPool.h +++ b/include/llvm/CodeGen/MachineConstantPool.h @@ -16,8 +16,8 @@ #define LLVM_CODEGEN_MACHINECONSTANTPOOL_H #include "llvm/ADT/FoldingSet.h" -#include "llvm/CodeGen/SelectionDAGNodes.h" #include "llvm/Support/Streams.h" +#include #include #include @@ -27,6 +27,7 @@ class AsmPrinter; class Constant; class TargetData; class TargetMachine; +class Type; class MachineConstantPool; /// Abstract base class for all machine specific constantpool value subclasses. -- cgit v1.2.3