From 5842c109dd17a3a895887704699fbe21d062a8d4 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 26 Jun 2014 01:03:20 +0000 Subject: Remove forward decl of SmallVectorImpl now that we have the header Follow up to r211749. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211754 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/raw_ostream.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostream.h index 77e473f2f6..ceabf88a57 100644 --- a/include/llvm/Support/raw_ostream.h +++ b/include/llvm/Support/raw_ostream.h @@ -21,8 +21,6 @@ namespace llvm { class format_object_base; - template - class SmallVectorImpl; namespace sys { namespace fs { -- cgit v1.2.3