[lld] Delete unused includes. NFC
authorFangrui Song <i@maskray.me>
Mon, 19 Apr 2021 17:56:48 +0000 (10:56 -0700)
committerFangrui Song <i@maskray.me>
Mon, 19 Apr 2021 17:56:49 +0000 (10:56 -0700)
lld/tools/lld/lld.cpp

index 01605bc..39be1a0 100644 (file)
 #include "llvm/Support/InitLLVM.h"
 #include "llvm/Support/Path.h"
 #include "llvm/Support/PluginLoader.h"
-#include "llvm/Support/Signals.h"
 #include <cstdlib>
 
-#if !defined(_MSC_VER) && !defined(__MINGW32__)
-#include <signal.h> // for raise
-#include <unistd.h> // for _exit
-#endif
-
 using namespace lld;
 using namespace llvm;
 using namespace llvm::sys;