summaryrefslogtreecommitdiff
path: root/libexec/spamd/spamd.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2015-01-13 21:49:37 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2015-01-13 21:49:37 +0000
commit7b01fcc6809ac89a8ab4e6deddddfc7103ae3376 (patch)
tree991de11800fd6ea9d782c862f2ee803453de3819 /libexec/spamd/spamd.c
parent872acca12b26e7e3df114d064c58e76cdd8081a2 (diff)
Remove bogus getopt.h include.
Diffstat (limited to 'libexec/spamd/spamd.c')
-rw-r--r--libexec/spamd/spamd.c3
1 files changed, 1 insertions, 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 <err.h>
#include <errno.h>
#include <fcntl.h>
-#include <getopt.h>
#include <limits.h>
#include <pwd.h>
#include <stdio.h>