[llvm] r210911 - Remove broken include.
Rafael Espindola
rafael.espindola at gmail.com
Fri Jun 13 08:21:51 PDT 2014
Author: rafael
Date: Fri Jun 13 10:21:50 2014
New Revision: 210911
URL: http://llvm.org/viewvc/llvm-project?rev=210911&view=rev
Log:
Remove broken include.
Looks like I got some git merge wrong.
Modified:
llvm/trunk/utils/KillTheDoctor/KillTheDoctor.cpp
Modified: llvm/trunk/utils/KillTheDoctor/KillTheDoctor.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/KillTheDoctor/KillTheDoctor.cpp?rev=210911&r1=210910&r2=210911&view=diff
==============================================================================
--- llvm/trunk/utils/KillTheDoctor/KillTheDoctor.cpp (original)
+++ llvm/trunk/utils/KillTheDoctor/KillTheDoctor.cpp Fri Jun 13 10:21:50 2014
@@ -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"
More information about the llvm-commits
mailing list