diff options
author | grog <grog@FreeBSD.org> | 2001-04-29 02:45:39 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-04-29 02:45:39 +0000 |
commit | 4b9d9cbaac4fca2bd620bd18a83cd2f91879bdeb (patch) | |
tree | 420d575b4e4b99c943689ffc4a45e8b80c2967fb /sys/ufs/ffs/ffs_inode.c | |
parent | 1e7d7fa08115fc164f8ace561bcb994a5e67b77f (diff) | |
download | FreeBSD-src-4b9d9cbaac4fca2bd620bd18a83cd2f91879bdeb.zip FreeBSD-src-4b9d9cbaac4fca2bd620bd18a83cd2f91879bdeb.tar.gz |
Revert consequences of changes to mount.h, part 2.
Requested by: bde
Diffstat (limited to 'sys/ufs/ffs/ffs_inode.c')
-rw-r--r-- | sys/ufs/ffs/ffs_inode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_inode.c b/sys/ufs/ffs/ffs_inode.c index 1a48b70..2395ec4 100644 --- a/sys/ufs/ffs/ffs_inode.c +++ b/sys/ufs/ffs/ffs_inode.c @@ -38,8 +38,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <net/radix.h> -#include <sys/socket.h> #include <sys/mount.h> #include <sys/proc.h> #include <sys/bio.h> |