summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Compilation.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/Driver/Compilation.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/Driver/Compilation.h')
-rw-r--r--include/clang/Driver/Compilation.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/clang/Driver/Compilation.h b/include/clang/Driver/Compilation.h
index 64ca32f78e..4f69d0a420 100644
--- a/include/clang/Driver/Compilation.h
+++ b/include/clang/Driver/Compilation.h
@@ -12,13 +12,8 @@
#include "clang/Driver/Job.h"
#include "clang/Driver/Util.h"
-
#include "llvm/ADT/DenseMap.h"
-namespace llvm {
- class raw_ostream;
-}
-
namespace clang {
namespace driver {
class DerivedArgList;