From 618d78ca40b81fb8ae196394c84a96fc80f77ee7 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Thu, 1 Dec 2016 19:38:48 +0000 Subject: [PATCH] Remove unused header, NFC. llvm-svn: 288407 --- llvm/utils/not/not.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/utils/not/not.cpp b/llvm/utils/not/not.cpp index 23062fb323d7..271fbcfe94ae 100644 --- a/llvm/utils/not/not.cpp +++ b/llvm/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;