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/cvs/commit.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/cvs/commit.c')
-rw-r--r-- | usr.bin/cvs/commit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index c2b39832062..c1523e442f3 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.158 2017/06/01 08:08:24 joris Exp $ */ +/* $OpenBSD: commit.c,v 1.159 2018/12/30 23:09:58 guenther Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * Copyright (c) 2006 Xavier Santolaria <xsa@openbsd.org> @@ -20,7 +20,6 @@ #include <errno.h> #include <fcntl.h> -#include <libgen.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |