From: Nico Weber Date: Sun, 19 Jul 2015 20:44:11 +0000 (+0000) Subject: Remove two unused includes, part 2... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a5410f8d7f82978cfc18c639615b3483c284750;p=clang Remove two unused includes, part 2... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242649 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/RecordLayoutBuilder.cpp b/lib/AST/RecordLayoutBuilder.cpp index 388c91c9cb..f1f16a9988 100644 --- a/lib/AST/RecordLayoutBuilder.cpp +++ b/lib/AST/RecordLayoutBuilder.cpp @@ -18,7 +18,6 @@ #include "clang/Basic/TargetInfo.h" #include "clang/Sema/SemaDiagnostic.h" #include "llvm/ADT/SmallSet.h" -#include "llvm/Support/CrashRecoveryContext.h" #include "llvm/Support/Format.h" #include "llvm/Support/MathExtras.h"