From 221fa94e404174160e4e83cd21cfa439cc37f199 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 11 Aug 2008 04:54:23 +0000 Subject: 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 --- clang/Driver/clang.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/Driver/clang.cpp') diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp index f35e318933c..05befe08c12 100644 --- a/clang/Driver/clang.cpp +++ b/clang/Driver/clang.cpp @@ -28,6 +28,7 @@ #include "clang/Driver/TextDiagnosticBuffer.h" #include "clang/Driver/TextDiagnosticPrinter.h" #include "clang/Analysis/PathDiagnostic.h" +#include "clang/AST/Decl.h" #include "clang/AST/TranslationUnit.h" #include "clang/CodeGen/ModuleBuilder.h" #include "clang/Sema/ParseAST.h" -- cgit v1.2.3