commit | 72bb4f602c03f847d7b8cafb041a678ea261cc37 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Aug 24 04:11:30 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Aug 24 04:11:30 2009 +0000 |
tree | d1716d1ee914161940d8fcdf2ec198faf26e2767 | |
parent | 44aed5dcf1574fef7ce8ba8d9c3e56362c8ec0ef [diff] [blame] |
prune #includes. llvm-svn: 79889
diff --git a/clang/lib/Frontend/HTMLPrint.cpp b/clang/lib/Frontend/HTMLPrint.cpp index d5eb9fb..f434bcc 100644 --- a/clang/lib/Frontend/HTMLPrint.cpp +++ b/clang/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; //===----------------------------------------------------------------------===//