diff options
author | 2018-12-30 23:09:58 +0000 | |
---|---|---|
committer | 2018-12-30 23:09:58 +0000 | |
commit | ef80df5ce8e485ab59324a3f1550e0f35ab9379a (patch) | |
tree | 8a140ead32e38426ac47bef6afb3a077c1c3f2af /usr.bin/patch/util.c | |
parent | Turn on -mretpoline by default in clang on amd64, but turn it off (diff) | |
download | wireguard-openbsd-ef80df5ce8e485ab59324a3f1550e0f35ab9379a.tar.xz wireguard-openbsd-ef80df5ce8e485ab59324a3f1550e0f35ab9379a.zip |
Delete unnecessary <libgen.h> #includes
ok deraadt@
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 b49fa2282de..9884ff87020 100644 --- a/usr.bin/patch/util.c +++ b/usr.bin/patch/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.41 2018/04/07 14:55:13 anton Exp $ */ +/* $OpenBSD: util.c,v 1.42 2018/12/30 23:09:58 guenther Exp $ */ /* * patch - a program to apply diffs to original files @@ -31,7 +31,6 @@ #include <ctype.h> #include <errno.h> #include <fcntl.h> -#include <libgen.h> #include <paths.h> #include <signal.h> #include <stdarg.h> |