aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/CompilerInvocation.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-07-20 07:12:43 +0000
committerChris Lattner <sabre@nondot.org>2011-07-20 07:12:43 +0000
commitdb999aad8a1b9dc265b2e627be334be6580a86a3 (patch)
treecb78baf77203cb18abf65097cee10efeb4463da0 /include/clang/Frontend/CompilerInvocation.h
parent8cc488fefb2fb04bc8d5398da29f0182f97934cf (diff)
remove some now-redundant forward declarations.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135578 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/CompilerInvocation.h')
-rw-r--r--include/clang/Frontend/CompilerInvocation.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Frontend/CompilerInvocation.h b/include/clang/Frontend/CompilerInvocation.h
index e18f3fe632..23ddc84304 100644
--- a/include/clang/Frontend/CompilerInvocation.h
+++ b/include/clang/Frontend/CompilerInvocation.h
@@ -28,10 +28,6 @@
#include <string>
#include <vector>
-namespace llvm {
- template<typename T> class SmallVectorImpl;
-}
-
namespace clang {
class Diagnostic;