summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-26 01:32:48 +0000
committerChris Lattner <sabre@nondot.org>2009-04-26 01:32:48 +0000
commitf0b64d73a82092c54deb36bc7ec8dc4c172ae074 (patch)
tree3340cc9b28b585c9ac8b140e7118e772deb2698d /clang/lib/AST
parentbd0e67362c14ba8d1bc482a19dc0620b21c7e443 (diff)
downloadbcm5719-llvm-f0b64d73a82092c54deb36bc7ec8dc4c172ae074.tar.gz
bcm5719-llvm-f0b64d73a82092c54deb36bc7ec8dc4c172ae074.zip
split ObjC and C++ Statements out into their own headers.
llvm-svn: 70105
Diffstat (limited to 'clang/lib/AST')
-rw-r--r--clang/lib/AST/Stmt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/AST/Stmt.cpp b/clang/lib/AST/Stmt.cpp
index 67910c8ab62..02f5eee8287 100644
--- a/clang/lib/AST/Stmt.cpp
+++ b/clang/lib/AST/Stmt.cpp
@@ -14,6 +14,8 @@
#include "clang/AST/Stmt.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/ExprObjC.h"
+#include "clang/AST/StmtCXX.h"
+#include "clang/AST/StmtObjC.h"
#include "clang/AST/Type.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/ASTDiagnostic.h"
OpenPOWER on IntegriCloud