summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-13 15:21:50 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-13 15:21:50 +0000
commit520ae5c765b5bdabad7a95b698a76f051f78ba69 (patch)
treecb3efd9d8fb428eea2397755e7deaa1a52437d5f /utils
parent087c5bc9f114a076f75617d5685dcc23d950f855 (diff)
downloadllvm-520ae5c765b5bdabad7a95b698a76f051f78ba69.tar.gz
llvm-520ae5c765b5bdabad7a95b698a76f051f78ba69.tar.bz2
llvm-520ae5c765b5bdabad7a95b698a76f051f78ba69.tar.xz
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
Diffstat (limited to 'utils')
-rw-r--r--utils/KillTheDoctor/KillTheDoctor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/KillTheDoctor/KillTheDoctor.cpp b/utils/KillTheDoctor/KillTheDoctor.cpp
index a85dac8ae8..111bad2095 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"