Remove unused include. NFC.

llvm-svn: 269606
This commit is contained in:
Davide Italiano 2016-05-15 19:36:23 +00:00
parent d26c4a14ca
commit c26f981da2
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@
#include "llvm/Support/Path.h"
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/raw_ostream.h"
using namespace lld;
using namespace llvm;