Remove unnecessary include.

llvm-svn: 250161
This commit is contained in:
Rafael Espindola 2015-10-13 14:54:49 +00:00
parent 3c2b30f8ba
commit 7f10746be0
1 changed files with 0 additions and 1 deletions

View File

@ -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;