From 16132e6faa678fa3ef08e639f0703a5d8a672b94 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 23 Mar 2015 18:07:13 +0000 Subject: Purge unused includes throughout libSupport. NFC. llvm-svn: 232976 --- llvm/lib/Support/CrashRecoveryContext.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/Support/CrashRecoveryContext.cpp') diff --git a/llvm/lib/Support/CrashRecoveryContext.cpp b/llvm/lib/Support/CrashRecoveryContext.cpp index 9b0e44339d8..aba0f1ddeee 100644 --- a/llvm/lib/Support/CrashRecoveryContext.cpp +++ b/llvm/lib/Support/CrashRecoveryContext.cpp @@ -8,13 +8,11 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/CrashRecoveryContext.h" -#include "llvm/ADT/SmallString.h" #include "llvm/Config/config.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/Mutex.h" #include "llvm/Support/ThreadLocal.h" -#include #include using namespace llvm; -- cgit v1.2.3