diff options
author | 2018-04-07 14:55:13 +0000 | |
---|---|---|
committer | 2018-04-07 14:55:13 +0000 | |
commit | e7f942e831dc123bf18b37a7b94814bf3ce9539b (patch) | |
tree | 4fe9915a8923043ea78773eb399a68be00dcbe2b /usr.bin/patch/util.c | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-e7f942e831dc123bf18b37a7b94814bf3ce9539b.tar.xz wireguard-openbsd-e7f942e831dc123bf18b37a7b94814bf3ce9539b.zip |
Remove unused pathnames.h header since patch was refactoring into not invoking
ed back in 2015; ok millert@ tb@ tobias@
Diffstat (limited to 'usr.bin/patch/util.c')
-rw-r--r-- | usr.bin/patch/util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c index f9d47906300..b49fa2282de 100644 --- a/usr.bin/patch/util.c +++ b/usr.bin/patch/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.40 2015/07/26 14:32:19 millert Exp $ */ +/* $OpenBSD: util.c,v 1.41 2018/04/07 14:55:13 anton Exp $ */ /* * patch - a program to apply diffs to original files @@ -43,7 +43,6 @@ #include "common.h" #include "util.h" #include "backupfile.h" -#include "pathnames.h" /* Rename a file, copying it if necessary. */ |