From 51643f419480d5bdfbed4ef6c16cf20340d8a357 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Thu, 20 Apr 2000 13:05:31 +0000 Subject: Don't include machine/pmap.h, vm/pmap.h does that for us. --- sys/crypto/mbuf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/crypto/mbuf.c b/sys/crypto/mbuf.c index 3ac7ebcc405..44bb60ec9e5 100644 --- a/sys/crypto/mbuf.c +++ b/sys/crypto/mbuf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mbuf.c,v 1.1 2000/04/19 00:10:35 deraadt Exp $ */ +/* $OpenBSD: mbuf.c,v 1.2 2000/04/20 13:05:30 art Exp $ */ /* * Copyright (c) 1999 Theo de Raadt @@ -37,7 +37,6 @@ #include #include #include -#include #include -- cgit v1.2.3