diff options
| author | Dan Gohman <gohman@apple.com> | 2010-10-25 21:59:29 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-10-25 21:59:29 +0000 |
| commit | d831356635409f903168a29de0a0987e3b204717 (patch) | |
| tree | 70911273c18e4930e1eecdced50cb10269288f90 /clang | |
| parent | 7dfd13c16730a6dc16a8cea824f2f7daa5f8488f (diff) | |
| download | bcm5719-llvm-d831356635409f903168a29de0a0987e3b204717.tar.gz bcm5719-llvm-d831356635409f903168a29de0a0987e3b204717.zip | |
Trim an unnecessary #include.
llvm-svn: 117321
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/CodeGen/CGExpr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExpr.cpp b/clang/lib/CodeGen/CGExpr.cpp index d45cd2ad63b..7bc8159a3d3 100644 --- a/clang/lib/CodeGen/CGExpr.cpp +++ b/clang/lib/CodeGen/CGExpr.cpp @@ -13,7 +13,6 @@ #include "CodeGenFunction.h" #include "CodeGenModule.h" -#include "CodeGenTBAA.h" #include "CGCall.h" #include "CGCXXABI.h" #include "CGRecordLayout.h" |

