[lld] r250161 - Remove unnecessary include.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 07:54:50 PDT 2015


Author: rafael
Date: Tue Oct 13 09:54:49 2015
New Revision: 250161

URL: http://llvm.org/viewvc/llvm-project?rev=250161&view=rev
Log:
Remove unnecessary include.

Modified:
    lld/trunk/ELF/LinkerScript.cpp

Modified: lld/trunk/ELF/LinkerScript.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LinkerScript.cpp?rev=250161&r1=250160&r2=250161&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.cpp (original)
+++ lld/trunk/ELF/LinkerScript.cpp Tue Oct 13 09:54:49 2015
@@ -20,7 +20,6 @@
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Path.h"
 #include "llvm/Support/StringSaver.h"
-#include <cctype>
 
 using namespace llvm;
 using namespace lld;




More information about the llvm-commits mailing list