aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Assembly/AssemblyAnnotationWriter.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-03-26 06:58:25 +0000
committerCraig Topper <craig.topper@gmail.com>2012-03-26 06:58:25 +0000
commitf1d0f7781e766df878bec4e7977fa3204374f394 (patch)
tree779d5caf3fef536e7044d045961fc1df6cd34666 /include/llvm/Assembly/AssemblyAnnotationWriter.h
parent7e1e18fa1eaac4019deeb0f0e9de93541c29a7a4 (diff)
Prune some includes and forward declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153429 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Assembly/AssemblyAnnotationWriter.h')
-rw-r--r--include/llvm/Assembly/AssemblyAnnotationWriter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Assembly/AssemblyAnnotationWriter.h b/include/llvm/Assembly/AssemblyAnnotationWriter.h
index fa8cdde2fc..37b47c31e8 100644
--- a/include/llvm/Assembly/AssemblyAnnotationWriter.h
+++ b/include/llvm/Assembly/AssemblyAnnotationWriter.h
@@ -23,7 +23,6 @@ class Function;
class BasicBlock;
class Instruction;
class Value;
-class raw_ostream;
class formatted_raw_ostream;
class AssemblyAnnotationWriter {