diff options
author | peter <peter@FreeBSD.org> | 2001-01-29 10:06:22 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-01-29 10:06:22 +0000 |
commit | 10b1794678e485d20a2fa42c53cab73d1c58189a (patch) | |
tree | 2b28c3d698976bcbb86ecdafb7a36643ac63ae71 /sys | |
parent | 10126ce00c024c98f7ac29e2e3bba981d2d0b73e (diff) | |
download | FreeBSD-src-10b1794678e485d20a2fa42c53cab73d1c58189a.zip FreeBSD-src-10b1794678e485d20a2fa42c53cab73d1c58189a.tar.gz |
Remove unused #include "snp.h"
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/snp/snp.c | 1 | ||||
-rw-r--r-- | sys/kern/tty_snoop.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index b448e30..3744928 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -15,7 +15,6 @@ * $FreeBSD$ */ -#include "snp.h" #include "opt_compat.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/tty_snoop.c b/sys/kern/tty_snoop.c index b448e30..3744928 100644 --- a/sys/kern/tty_snoop.c +++ b/sys/kern/tty_snoop.c @@ -15,7 +15,6 @@ * $FreeBSD$ */ -#include "snp.h" #include "opt_compat.h" #include <sys/param.h> #include <sys/systm.h> |