summaryrefslogtreecommitdiffstats
path: root/clang/Driver/HTMLPrint.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-08-11 04:54:23 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-08-11 04:54:23 +0000
commit221fa94e404174160e4e83cd21cfa439cc37f199 (patch)
tree010b44a2d07774f8b169d55c529204f8754565b5 /clang/Driver/HTMLPrint.cpp
parentc74b5cc2bc9b86329e74d0216f9844159027230b (diff)
downloadbcm5719-llvm-221fa94e404174160e4e83cd21cfa439cc37f199.tar.gz
bcm5719-llvm-221fa94e404174160e4e83cd21cfa439cc37f199.zip
More #include cleaning
- Drop Expr.h,RecordLayout.h from ASTContext.h (for DeclBase.h and SourceLocation.h) - Move ASTContext constructor into implementation llvm-svn: 54627
Diffstat (limited to 'clang/Driver/HTMLPrint.cpp')
-rw-r--r--clang/Driver/HTMLPrint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/Driver/HTMLPrint.cpp b/clang/Driver/HTMLPrint.cpp
index b06d52df86e..0956c2bca58 100644
--- a/clang/Driver/HTMLPrint.cpp
+++ b/clang/Driver/HTMLPrint.cpp
@@ -13,6 +13,7 @@
#include "ASTConsumers.h"
#include "clang/AST/ASTConsumer.h"
+#include "clang/AST/Decl.h"
#include "clang/Rewrite/Rewriter.h"
#include "clang/Rewrite/HTMLRewrite.h"
#include "clang/Basic/Diagnostic.h"
OpenPOWER on IntegriCloud