summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs/walk.c
diff options
context:
space:
mode:
authornatano <natano@openbsd.org>2016-10-16 19:53:11 +0000
committernatano <natano@openbsd.org>2016-10-16 19:53:11 +0000
commit633bcc1b620a7ca02d133e08712081eebde828a2 (patch)
treeb4ef53fe282f6f97246390e4ee4e4323f0870f46 /usr.sbin/makefs/walk.c
parentProvide a way for hooks to tag formats onto the commands they fire so (diff)
downloadwireguard-openbsd-633bcc1b620a7ca02d133e08712081eebde828a2.tar.xz
wireguard-openbsd-633bcc1b620a7ca02d133e08712081eebde828a2.zip
Unused includes, as reported by include-what-you-use from ports.
Diffstat (limited to 'usr.sbin/makefs/walk.c')
-rw-r--r--usr.sbin/makefs/walk.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/makefs/walk.c b/usr.sbin/makefs/walk.c
index 7ac77530afc..effce40babe 100644
--- a/usr.sbin/makefs/walk.c
+++ b/usr.sbin/makefs/walk.c
@@ -39,14 +39,11 @@
#include <sys/stat.h>
#include <assert.h>
-#include <errno.h>
-#include <fcntl.h>
#include <stdio.h>
#include <dirent.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <util.h>
#include "makefs.h"