Trim unnecessary #includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2008-07-11 20:38:31 +00:00
parent c45996bf74
commit dc2fbddd9d
10 changed files with 6 additions and 8 deletions

View File

@@ -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 <cassert>
#include <vector>
#include <iosfwd>
@@ -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.