diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-24 04:11:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-24 04:11:30 +0000 |
commit | 0fa0daafdfc631681cc42a26a99618e9f9e63f97 (patch) | |
tree | e4e32d86a16653b561643be1fd8394b9363efa78 /lib/Frontend/HTMLPrint.cpp | |
parent | d57a7ef9252964bc6c8471451d7bd395b0520cb8 (diff) |
prune #includes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/HTMLPrint.cpp')
-rw-r--r-- | lib/Frontend/HTMLPrint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/HTMLPrint.cpp b/lib/Frontend/HTMLPrint.cpp index d5eb9fb531..f434bcc0c7 100644 --- a/lib/Frontend/HTMLPrint.cpp +++ b/lib/Frontend/HTMLPrint.cpp @@ -21,7 +21,7 @@ #include "clang/Basic/FileManager.h" #include "clang/AST/ASTContext.h" #include "llvm/Support/MemoryBuffer.h" - +#include "llvm/Support/raw_ostream.h" using namespace clang; //===----------------------------------------------------------------------===// |