summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-06-26 01:03:20 +0000
committerReid Kleckner <reid@kleckner.net>2014-06-26 01:03:20 +0000
commit5842c109dd17a3a895887704699fbe21d062a8d4 (patch)
treef37c4bd36d84137d6a3983a3bfc34f1a0660c4e3 /include
parent0545f16700b4757fa9523e9de199a101d16e6996 (diff)
downloadllvm-5842c109dd17a3a895887704699fbe21d062a8d4.tar.gz
llvm-5842c109dd17a3a895887704699fbe21d062a8d4.tar.bz2
llvm-5842c109dd17a3a895887704699fbe21d062a8d4.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/raw_ostream.h2
1 files changed, 0 insertions, 2 deletions
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 <typename T>
- class SmallVectorImpl;
namespace sys {
namespace fs {