From 3889a2cb05c36f30050941679d5fd55d45e6a3ed Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 22 Jun 2003 03:08:05 +0000 Subject: Remove a ton of extraneous #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6842 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAlloc/IGNode.h | 1 - lib/CodeGen/RegAlloc/LiveRange.h | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/CodeGen') diff --git a/lib/CodeGen/RegAlloc/IGNode.h b/lib/CodeGen/RegAlloc/IGNode.h index 3b1344b..2b78243 100644 --- a/lib/CodeGen/RegAlloc/IGNode.h +++ b/lib/CodeGen/RegAlloc/IGNode.h @@ -26,7 +26,6 @@ #define IG_NODE_H #include "llvm/CodeGen/LiveRange.h" -#include class RegClass; //---------------------------------------------------------------------------- diff --git a/lib/CodeGen/RegAlloc/LiveRange.h b/lib/CodeGen/RegAlloc/LiveRange.h index deab75d..588b7b5 100644 --- a/lib/CodeGen/RegAlloc/LiveRange.h +++ b/lib/CodeGen/RegAlloc/LiveRange.h @@ -1,4 +1,4 @@ -//===-- LiveRange.h - Store info about a live range --------------*- C++ -*--=// +//===-- LiveRange.h - Store info about a live range -------------*- C++ -*-===// // // Implements a live range using a ValueSet. A LiveRange is a simple set // of Values. @@ -14,11 +14,8 @@ #include "llvm/CodeGen/ValueSet.h" #include "llvm/Value.h" -#include - class RegClass; class IGNode; -class Type; class LiveRange : public ValueSet { RegClass *MyRegClass; // register classs (e.g., int, FP) for this LR -- cgit v1.1