does not need sys/param.h
authorderaadt <deraadt@openbsd.org>
Tue, 30 Aug 2016 13:39:53 +0000 (13:39 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 30 Aug 2016 13:39:53 +0000 (13:39 +0000)
usr.sbin/switchd/imsg_util.c

index 9274276..0b034a0 100644 (file)
@@ -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 <reyk@openbsd.org>
@@ -16,7 +16,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <sys/param.h>
 #include <sys/queue.h>
 #include <sys/socket.h>
 #include <sys/uio.h>