diff options
author | Brian Callahan <bcallah@cvs.openbsd.org> | 2014-12-14 16:56:00 +0000 |
---|---|---|
committer | Brian Callahan <bcallah@cvs.openbsd.org> | 2014-12-14 16:56:00 +0000 |
commit | 6bd359ee386d7d79d14236fdd7df9d47cf951587 (patch) | |
tree | 74865c254724861eaefcdfbaf4e9defde05c3b8f /bin/echo | |
parent | 64e89fd2e4742b3ce0562844b88e9132733ffb83 (diff) |
Remove unused <stdlib.h>
ok lteo@ krw@ deraadt@
Diffstat (limited to 'bin/echo')
-rw-r--r-- | bin/echo/echo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/echo/echo.c b/bin/echo/echo.c index fbb326c0560..36cfe5aefc8 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: echo.c,v 1.7 2009/10/27 23:59:21 deraadt Exp $ */ +/* $OpenBSD: echo.c,v 1.8 2014/12/14 16:55:59 bcallah Exp $ */ /* $NetBSD: echo.c,v 1.6 1995/03/21 09:04:27 cgd Exp $ */ /* @@ -31,7 +31,6 @@ */ #include <stdio.h> -#include <stdlib.h> #include <string.h> /* ARGSUSED */ |