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 | b31c289678a3fe0f062656015dbcd57272f60742 (patch) | |
tree | 227a815d0c28520addd98f432eb614a820e660d9 /lib/CodeGen | |
parent | 224d75972a836b06e2ca708d1eafdac6f762c487 (diff) |
Trim an unnecessary #include.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117321 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/CGExpr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGExpr.cpp b/lib/CodeGen/CGExpr.cpp index d45cd2ad63..7bc8159a3d 100644 --- a/lib/CodeGen/CGExpr.cpp +++ b/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" |