From 3b718a60b369294728d47b7d621fcc9796dba1af Mon Sep 17 00:00:00 2001 From: millert Date: Tue, 13 Jan 2015 21:49:36 +0000 Subject: [PATCH] Remove bogus getopt.h include. --- libexec/spamd/spamd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libexec/spamd/spamd.c b/libexec/spamd/spamd.c index e96839ff8b2..c44a66ff0c4 100644 --- a/libexec/spamd/spamd.c +++ b/libexec/spamd/spamd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamd.c,v 1.119 2015/01/13 21:42:59 millert Exp $ */ +/* $OpenBSD: spamd.c,v 1.120 2015/01/13 21:49:36 millert Exp $ */ /* * Copyright (c) 2002-2007 Bob Beck. All rights reserved. @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include -- 2.20.1