summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGExprCXX.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-11-03 16:32:15 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-11-03 16:32:15 +0000
commit065d22790177555c51cdb7b4d82f7969739ad08e (patch)
tree994dbd362fce42e0f7573691473b747f858b77bb /lib/CodeGen/CGExprCXX.cpp
parent6f30ee16f2ebe0d4a5c7258b4c910a95b938f277 (diff)
Remove unused #include
No functionality change is intended. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGExprCXX.cpp')
-rw-r--r--lib/CodeGen/CGExprCXX.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGExprCXX.cpp b/lib/CodeGen/CGExprCXX.cpp
index 47ee1b5872..6565f8346f 100644
--- a/lib/CodeGen/CGExprCXX.cpp
+++ b/lib/CodeGen/CGExprCXX.cpp
@@ -15,7 +15,6 @@
#include "CGCUDARuntime.h"
#include "CGCXXABI.h"
#include "CGDebugInfo.h"
-#include "CGRecordLayout.h"
#include "CGObjCRuntime.h"
#include "clang/CodeGen/CGFunctionInfo.h"
#include "clang/Frontend/CodeGenOptions.h"