summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_lookup.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-12-03 04:17:16 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-12-03 04:17:16 +0000
commit49d2025234edfff3228b41cb00528dc9353ebe13 (patch)
tree98c3ddaf80bee66dd86423f754ddb3ef5ca6f9f7 /sys/kern/vfs_lookup.c
parent33f3663c46eba59bd208b379dbf3a97f4ce878ed (diff)
stale header: this code hasn't used hash.h in a while
Diffstat (limited to 'sys/kern/vfs_lookup.c')
-rw-r--r--sys/kern/vfs_lookup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c
index 11b86ebad73..15a7c827ed2 100644
--- a/sys/kern/vfs_lookup.c
+++ b/sys/kern/vfs_lookup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_lookup.c,v 1.47 2014/03/25 04:04:36 guenther Exp $ */
+/* $OpenBSD: vfs_lookup.c,v 1.48 2014/12/03 04:17:15 tedu Exp $ */
/* $NetBSD: vfs_lookup.c,v 1.17 1996/02/09 19:00:59 christos Exp $ */
/*
@@ -49,7 +49,6 @@
#include <sys/pool.h>
#include <sys/filedesc.h>
#include <sys/proc.h>
-#include <sys/hash.h>
#include <sys/file.h>
#include <sys/fcntl.h>