aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/CompilerInstance.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/CompilerInstance.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/CompilerInstance.h')
-rw-r--r--include/clang/Frontend/CompilerInstance.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Frontend/CompilerInstance.h b/include/clang/Frontend/CompilerInstance.h
index 66ace650da..73eeff4c4d 100644
--- a/include/clang/Frontend/CompilerInstance.h
+++ b/include/clang/Frontend/CompilerInstance.h
@@ -19,7 +19,6 @@
#include <string>
namespace llvm {
-class raw_ostream;
class raw_fd_ostream;
class Timer;
}