diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 20:54:30 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 20:54:30 +0000 |
commit | 756cea4b56339045910ccaf33e8f9dba9ebd21bc (patch) | |
tree | 244c11563502a3075c3df167f3c245e285e7b977 /usr.sbin/snmpctl | |
parent | a9311767b4f00338f33428f0f5846e62527dfb44 (diff) |
Nuke more obvious #include duplications.
ok deraadt@ millert@ tedu@
Diffstat (limited to 'usr.sbin/snmpctl')
-rw-r--r-- | usr.sbin/snmpctl/snmpclient.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/snmpctl/snmpclient.c b/usr.sbin/snmpctl/snmpclient.c index 959af16755a..6254e24260c 100644 --- a/usr.sbin/snmpctl/snmpclient.c +++ b/usr.sbin/snmpctl/snmpclient.c @@ -1,4 +1,4 @@ -/* $OpenBSD: snmpclient.c,v 1.11 2014/05/08 14:48:31 mikeb Exp $ */ +/* $OpenBSD: snmpclient.c,v 1.12 2014/11/18 20:54:29 krw Exp $ */ /* * Copyright (c) 2013 Reyk Floeter <reyk@openbsd.org> @@ -35,7 +35,6 @@ #include <event.h> #include <fcntl.h> #include <string.h> -#include <unistd.h> #include <ctype.h> #include <poll.h> #include <err.h> |