From: Craig Topper Date: Tue, 12 May 2015 06:09:57 +0000 (+0000) Subject: Remove unnecessary forward declaration. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=a4d6a35bf86591bff00e6a6b599a56dc581d4fe0 Remove unnecessary forward declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237093 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/TableGen/Record.h b/include/llvm/TableGen/Record.h index fb5a6573526..e1f89d16a2f 100644 --- a/include/llvm/TableGen/Record.h +++ b/include/llvm/TableGen/Record.h @@ -26,7 +26,6 @@ #include namespace llvm { -class raw_ostream; // RecTy subclasses. class BitRecTy;