[llvm] r237093 - Remove unnecessary forward declaration.
Craig Topper
craig.topper at gmail.com
Mon May 11 23:09:57 PDT 2015
Author: ctopper
Date: Tue May 12 01:09:57 2015
New Revision: 237093
URL: http://llvm.org/viewvc/llvm-project?rev=237093&view=rev
Log:
Remove unnecessary forward declaration.
Modified:
llvm/trunk/include/llvm/TableGen/Record.h
Modified: llvm/trunk/include/llvm/TableGen/Record.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/TableGen/Record.h?rev=237093&r1=237092&r2=237093&view=diff
==============================================================================
--- llvm/trunk/include/llvm/TableGen/Record.h (original)
+++ llvm/trunk/include/llvm/TableGen/Record.h Tue May 12 01:09:57 2015
@@ -26,7 +26,6 @@
#include <map>
namespace llvm {
-class raw_ostream;
// RecTy subclasses.
class BitRecTy;
More information about the llvm-commits
mailing list