Remove forward decl of SmallVectorImpl now that we have the header
authorReid Kleckner <reid@kleckner.net>
Thu, 26 Jun 2014 01:03:20 +0000 (01:03 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 26 Jun 2014 01:03:20 +0000 (01:03 +0000)
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

index 77e473f2f6f03c353ff049edaa270309217c1bcf..ceabf88a57f7141861dbd446067132af074146ff 100644 (file)
@@ -21,8 +21,6 @@
 
 namespace llvm {
   class format_object_base;
-  template <typename T>
-  class SmallVectorImpl;
 
   namespace sys {
     namespace fs {