From 38026e26bdc0fe2685160e47a46bdafc623237a3 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288407 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; -- 2.50.1