diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2018-12-30 23:09:59 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2018-12-30 23:09:59 +0000 |
commit | db726b386f94ac470222bfe9b252040b9dd84a8f (patch) | |
tree | 9fb96304df0f6ce721c294e99986037fb7d11846 /bin | |
parent | 5a7ce81e74827aac04443e86ccb158d1121c7d8a (diff) |
Delete unnecessary <libgen.h> #includes
ok deraadt@
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/edit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ksh/edit.c b/bin/ksh/edit.c index bbb1b3aeb8f..2245e0e2049 100644 --- a/bin/ksh/edit.c +++ b/bin/ksh/edit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: edit.c,v 1.66 2018/06/18 17:03:58 millert Exp $ */ +/* $OpenBSD: edit.c,v 1.67 2018/12/30 23:09:58 guenther Exp $ */ /* * Command line editing - common code @@ -12,7 +12,6 @@ #include <ctype.h> #include <errno.h> -#include <libgen.h> #include <stdlib.h> #include <stdio.h> #include <string.h> |