]> granicus.if.org Git - clang/commitdiff
Trim an unnecessary #include.
authorDan Gohman <gohman@apple.com>
Mon, 25 Oct 2010 21:59:29 +0000 (21:59 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 25 Oct 2010 21:59:29 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117321 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGExpr.cpp

index d45cd2ad63b776655675575af25d41f50d175a05..7bc8159a3d39826de28a2a7d82433533c89f1f47 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "CodeGenFunction.h"
 #include "CodeGenModule.h"
-#include "CodeGenTBAA.h"
 #include "CGCall.h"
 #include "CGCXXABI.h"
 #include "CGRecordLayout.h"