From 20cf34db9731677f0c14b84ebde7c0afcda15ef6 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 --- utils/not/not.cpp | 1 - 1 file changed, 1 deletion(-) 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;