diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-04-18 15:15:39 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-04-18 15:15:39 +0000 |
commit | ed6aff7387a072271291a3c7d9930312d44a5eaa (patch) | |
tree | 341673df0153edd60a37f298a5e49389b372dba4 /sys/pci/pci.c | |
parent | c38a7d5ebf391a0248b1bc8bc4592cdc34b91607 (diff) |
Remove unneeded <sys/buf.h> includes.
Due to some interesting cpp tricks in lockmgr, the LINT kernel shrinks
by 924 bytes.
Notes
Notes:
svn path=/head/; revision=59368
Diffstat (limited to 'sys/pci/pci.c')
-rw-r--r-- | sys/pci/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c index 574d567fae15..23d94745274b 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -41,7 +41,6 @@ #include <sys/kernel.h> #include <sys/queue.h> #include <sys/types.h> -#include <sys/buf.h> #include <vm/vm.h> #include <vm/pmap.h> |