From: deraadt Date: Tue, 30 Aug 2016 13:39:53 +0000 (+0000) Subject: does not need sys/param.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=128f2eb6a412fd455c574e70736ee2ad4ac3b3fb;p=openbsd does not need sys/param.h --- diff --git a/usr.sbin/switchd/imsg_util.c b/usr.sbin/switchd/imsg_util.c index 9274276f62e..0b034a079ba 100644 --- a/usr.sbin/switchd/imsg_util.c +++ b/usr.sbin/switchd/imsg_util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imsg_util.c,v 1.1 2016/07/19 16:54:26 reyk Exp $ */ +/* $OpenBSD: imsg_util.c,v 1.2 2016/08/30 13:39:53 deraadt Exp $ */ /* * Copyright (c) 2010-2016 Reyk Floeter @@ -16,7 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include #include #include #include