diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-06-13 15:21:50 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-06-13 15:21:50 +0000 |
commit | efb3822ac5217b9ce8e22aed2bfda09c0ed831b2 (patch) | |
tree | 12722fc370f01c49e47e9c18d7a85b48df8219f1 /llvm/utils/KillTheDoctor/KillTheDoctor.cpp | |
parent | dbe027a9ed9309d5dd103896f3548f23e958986b (diff) | |
download | bcm5719-llvm-efb3822ac5217b9ce8e22aed2bfda09c0ed831b2.tar.gz bcm5719-llvm-efb3822ac5217b9ce8e22aed2bfda09c0ed831b2.zip |
Remove broken include.
Looks like I got some git merge wrong.
llvm-svn: 210911
Diffstat (limited to 'llvm/utils/KillTheDoctor/KillTheDoctor.cpp')
-rw-r--r-- | llvm/utils/KillTheDoctor/KillTheDoctor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/KillTheDoctor/KillTheDoctor.cpp b/llvm/utils/KillTheDoctor/KillTheDoctor.cpp index a85dac8ae85..111bad20958 100644 --- a/llvm/utils/KillTheDoctor/KillTheDoctor.cpp +++ b/llvm/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" |