From: Vedant Kumar Date: Thu, 1 Dec 2016 19:38:48 +0000 (+0000) Subject: Remove unused header, NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38026e26bdc0fe2685160e47a46bdafc623237a3;p=llvm Remove unused header, NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288407 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/not/not.cpp b/utils/not/not.cpp index 23062fb323d..271fbcfe94a 100644 --- a/utils/not/not.cpp +++ b/utils/not/not.cpp @@ -12,7 +12,6 @@ // not --crash cmd // Will return true if cmd crashes (e.g. for testing crash reporting). -#include "llvm/Support/Path.h" #include "llvm/Support/Program.h" #include "llvm/Support/raw_ostream.h" using namespace llvm;