diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:24:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:24:48 +0000 |
commit | 9023faa39fcf19063833d6308114568a7657afe7 (patch) | |
tree | 5d336083ca440ef5ab91512fe3146dca41bd2485 /bin/rcp | |
parent | 351d7a7c8f7fe76323d05f7456a41536052339e0 (diff) |
remove some unnecessary sys/param.h inclusions
Diffstat (limited to 'bin/rcp')
-rw-r--r-- | bin/rcp/rcp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index b62ca1fb18c..9cbf696e59b 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcp.c,v 1.49 2009/10/27 23:59:22 deraadt Exp $ */ +/* $OpenBSD: rcp.c,v 1.50 2012/12/04 02:24:46 deraadt Exp $ */ /* $NetBSD: rcp.c,v 1.9 1995/03/21 08:19:06 cgd Exp $ */ /* @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sys/param.h> #include <sys/stat.h> #include <sys/time.h> #include <sys/socket.h> |