diff options
author | bmilekic <bmilekic@FreeBSD.org> | 2001-01-12 07:46:28 +0000 |
---|---|---|
committer | bmilekic <bmilekic@FreeBSD.org> | 2001-01-12 07:46:28 +0000 |
commit | eca4707b52eb82f8e315112e0974737292f015e2 (patch) | |
tree | 0b3176bbf63245931f1aa6d762d2f158845c714a /sys/i386 | |
parent | d6f7647d73b56459d9be3294ce6544e4588c557b (diff) | |
download | FreeBSD-src-eca4707b52eb82f8e315112e0974737292f015e2.zip FreeBSD-src-eca4707b52eb82f8e315112e0974737292f015e2.tar.gz |
Remove useless include of sys/mbuf.h (no longer useful since the
mbuf subsystem init was moved to a better place).
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/i386/machdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 5abdc05..c97719f 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -66,7 +66,6 @@ #include <sys/buf.h> #include <sys/reboot.h> #include <sys/callout.h> -#include <sys/mbuf.h> #include <sys/msgbuf.h> #include <sys/sysent.h> #include <sys/sysctl.h> |