summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/unix/stdio.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-02-11 23:26:11 +0000
committerjsg <jsg@openbsd.org>2020-02-11 23:26:11 +0000
commite49c1783d6f57cc56e4b172757e18537f08f2de8 (patch)
tree85dabaa6a054c6958e52792c3ac3382c84373b36 /usr.bin/dig/lib/isc/unix/stdio.c
parentReplace SIZE defines with sizeof. (diff)
downloadwireguard-openbsd-e49c1783d6f57cc56e4b172757e18537f08f2de8.tar.xz
wireguard-openbsd-e49c1783d6f57cc56e4b172757e18537f08f2de8.zip
remove uneeded #include lines
ok florian@
Diffstat (limited to 'usr.bin/dig/lib/isc/unix/stdio.c')
-rw-r--r--usr.bin/dig/lib/isc/unix/stdio.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/dig/lib/isc/unix/stdio.c b/usr.bin/dig/lib/isc/unix/stdio.c
index f5cd6fd456f..18cb07cf5c9 100644
--- a/usr.bin/dig/lib/isc/unix/stdio.c
+++ b/usr.bin/dig/lib/isc/unix/stdio.c
@@ -14,15 +14,13 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: stdio.c,v 1.1 2020/02/07 09:58:54 florian Exp $ */
+/* $Id: stdio.c,v 1.2 2020/02/11 23:26:12 jsg Exp $ */
#include <errno.h>
-#include <unistd.h>
#include <isc/stdio.h>
-#include <isc/util.h>
#include "errno2result.h"