From 9023faa39fcf19063833d6308114568a7657afe7 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 4 Dec 2012 02:24:48 +0000 Subject: remove some unnecessary sys/param.h inclusions --- bin/rmail/rmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/rmail') diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c index 841cceca45c..0a77aa15379 100644 --- a/bin/rmail/rmail.c +++ b/bin/rmail/rmail.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rmail.c,v 1.24 2009/10/27 23:59:22 deraadt Exp $ */ +/* $OpenBSD: rmail.c,v 1.25 2012/12/04 02:24:47 deraadt Exp $ */ /* $NetBSD: rmail.c,v 1.8 1995/09/07 06:51:50 jtc Exp $ */ /* @@ -51,7 +51,7 @@ * The output of rmail(8) compresses the lines into a single * from path. */ -#include +#include #include #include -- cgit v1.2.3