summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchl <chl@openbsd.org>2011-12-18 22:51:29 +0000
committerchl <chl@openbsd.org>2011-12-18 22:51:29 +0000
commit970ab624e02ab767fab664e24083099b4376c211 (patch)
treeec4ce1cb43710cfa86bcd3e5f861a78863486c2f
parent- use envelope_set_errormsg() where possible. (diff)
downloadwireguard-openbsd-970ab624e02ab767fab664e24083099b4376c211.tar.xz
wireguard-openbsd-970ab624e02ab767fab664e24083099b4376c211.zip
remove unused header
ok eric@
-rw-r--r--usr.sbin/smtpd/util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/util.c b/usr.sbin/smtpd/util.c
index c76bca0aadc..820915dc07a 100644
--- a/usr.sbin/smtpd/util.c
+++ b/usr.sbin/smtpd/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.53 2011/12/18 18:43:30 eric Exp $ */
+/* $OpenBSD: util.c,v 1.54 2011/12/18 22:51:29 chl Exp $ */
/*
* Copyright (c) 2000,2001 Markus Friedl. All rights reserved.
@@ -34,7 +34,6 @@
#include <event.h>
#include <fcntl.h>
#include <imsg.h>
-#include <inttypes.h>
#include <libgen.h>
#include <netdb.h>
#include <pwd.h>