aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-10-25 21:59:29 +0000
committerDan Gohman <gohman@apple.com>2010-10-25 21:59:29 +0000
commitb31c289678a3fe0f062656015dbcd57272f60742 (patch)
tree227a815d0c28520addd98f432eb614a820e660d9 /lib/CodeGen
parent224d75972a836b06e2ca708d1eafdac6f762c487 (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.cpp1
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"