From: Rafael Espindola Date: Fri, 13 Jun 2014 15:21:50 +0000 (+0000) Subject: Remove broken include. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=520ae5c765b5bdabad7a95b698a76f051f78ba69;p=oota-llvm.git Remove broken include. Looks like I got some git merge wrong. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210911 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/KillTheDoctor/KillTheDoctor.cpp b/utils/KillTheDoctor/KillTheDoctor.cpp index a85dac8ae85..111bad20958 100644 --- a/utils/KillTheDoctor/KillTheDoctor.cpp +++ b/utils/KillTheDoctor/KillTheDoctor.cpp @@ -37,7 +37,6 @@ #include "llvm/ADT/StringRef.h" #include "llvm/ADT/Twine.h" #include "llvm/Support/CommandLine.h" -#include "llvm/Support/Errc.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/Signals.h"