From a4d6a35bf86591bff00e6a6b599a56dc581d4fe0 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Tue, 12 May 2015 06:09:57 +0000 Subject: [PATCH] Remove unnecessary forward declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237093 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/TableGen/Record.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1