summaryrefslogtreecommitdiffstats
path: root/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-07-04 20:19:54 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-07-04 20:19:54 +0000
commit4ab984e74b55a4dc7007ecbbf66cc87152c983a7 (patch)
treedfba655d05ab82095d15ec4781526a1d188030bb /clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
parent2d827d628e3b8c8c5672dd861611e0bc5343cb1e (diff)
downloadbcm5719-llvm-4ab984e74b55a4dc7007ecbbf66cc87152c983a7.tar.gz
bcm5719-llvm-4ab984e74b55a4dc7007ecbbf66cc87152c983a7.zip
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
llvm-svn: 159723
Diffstat (limited to 'clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp')
-rw-r--r--clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp b/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
index d1f08aac28c..a07596d0cb0 100644
--- a/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
+++ b/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
@@ -15,6 +15,7 @@
#include "Transforms.h"
#include "Internals.h"
+#include "clang/AST/ASTContext.h"
using namespace clang;
using namespace arcmt;
OpenPOWER on IntegriCloud