projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb9b5e
)
Remove unused header, NFC.
author
Vedant Kumar
<vsk@apple.com>
Thu, 1 Dec 2016 19:38:48 +0000
(19:38 +0000)
committer
Vedant Kumar
<vsk@apple.com>
Thu, 1 Dec 2016 19:38:48 +0000
(19:38 +0000)
llvm-svn: 288407
llvm/utils/not/not.cpp
patch
|
blob
|
history
diff --git
a/llvm/utils/not/not.cpp
b/llvm/utils/not/not.cpp
index
23062fb
..
271fbcf
100644
(file)
--- 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;