diff options
Diffstat (limited to 'bin/ksh/sh.h')
-rw-r--r-- | bin/ksh/sh.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ksh/sh.h b/bin/ksh/sh.h index b0e332e488f..7d19db64202 100644 --- a/bin/ksh/sh.h +++ b/bin/ksh/sh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sh.h,v 1.37 2015/09/14 16:08:50 nicm Exp $ */ +/* $OpenBSD: sh.h,v 1.38 2015/10/17 18:26:24 mmcc Exp $ */ /* * Public Domain Bourne/Korn shell @@ -26,8 +26,6 @@ #include <signal.h> -#include <paths.h> - /* end of common headers */ /* some useful #defines */ |