From: Reid Kleckner Date: Thu, 26 Jun 2014 01:03:20 +0000 (+0000) Subject: Remove forward decl of SmallVectorImpl now that we have the header X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5842c109dd17a3a895887704699fbe21d062a8d4;p=llvm 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 --- diff --git a/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostream.h index 77e473f2f6f..ceabf88a57f 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 {