Remove broken include.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 13 Jun 2014 15:21:50 +0000 (15:21 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 13 Jun 2014 15:21:50 +0000 (15:21 +0000)
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

utils/KillTheDoctor/KillTheDoctor.cpp

index a85dac8ae85900787a70b3ce4af8fdec7c2d8204..111bad209584f2258278ca4be4dd6f38e1d8aace 100644 (file)
@@ -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"