summaryrefslogtreecommitdiff
path: root/utils/not
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-12-01 19:38:48 +0000
committerVedant Kumar <vsk@apple.com>2016-12-01 19:38:48 +0000
commit38026e26bdc0fe2685160e47a46bdafc623237a3 (patch)
tree1b9b7a8af72655bdd2fc0667b32f7c371947ef29 /utils/not
parent347847bcdc38f6c5dc5f73872ba29586832376f6 (diff)
Remove unused header, NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288407 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/not')
-rw-r--r--utils/not/not.cpp1
1 files changed, 0 insertions, 1 deletions
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;