aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/CFG.cpp
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2008-05-29 21:12:08 +0000
committerSteve Naroff <snaroff@apple.com>2008-05-29 21:12:08 +0000
commitf494b579b22f9950f5af021f0bf9879a91bb8b41 (patch)
tree3d3a52b43b1a85c64f992e65a61b6b02bbdc0bb3 /lib/AST/CFG.cpp
parent525204a7ca5c3c0aac8166d8f27abb988a84c850 (diff)
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
- #include ExprObjC.h in many places git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/CFG.cpp')
-rw-r--r--lib/AST/CFG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/CFG.cpp b/lib/AST/CFG.cpp
index 077f75c384..aad9ee7ada 100644
--- a/lib/AST/CFG.cpp
+++ b/lib/AST/CFG.cpp
@@ -13,7 +13,7 @@
//===----------------------------------------------------------------------===//
#include "clang/AST/CFG.h"
-#include "clang/AST/Expr.h"
+#include "clang/AST/ExprObjC.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/AST/PrettyPrinter.h"
#include "llvm/ADT/DenseMap.h"