]> granicus.if.org Git - llvm/commitdiff
Remove unused header, NFC.
authorVedant Kumar <vsk@apple.com>
Thu, 1 Dec 2016 19:38:48 +0000 (19:38 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 1 Dec 2016 19:38:48 +0000 (19:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288407 91177308-0d34-0410-b5e6-96231b3b80d8

utils/not/not.cpp

index 23062fb323d7fdef7f10591bfa83f82508a54376..271fbcfe94ae0a8a94a7fd82c7ecf3a7ad8d6581 100644 (file)
@@ -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;