Remove bogus getopt.h include.
authormillert <millert@openbsd.org>
Tue, 13 Jan 2015 21:49:36 +0000 (21:49 +0000)
committermillert <millert@openbsd.org>
Tue, 13 Jan 2015 21:49:36 +0000 (21:49 +0000)
libexec/spamd/spamd.c

index e96839f..c44a66f 100644 (file)
@@ -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 <err.h>
 #include <errno.h>
 #include <fcntl.h>
-#include <getopt.h>
 #include <limits.h>
 #include <pwd.h>
 #include <stdio.h>