From c825518119efffa58279eb76ff00ff9cd60752d8 Mon Sep 17 00:00:00 2001 From: art Date: Thu, 20 Apr 2000 13:05:30 +0000 Subject: [PATCH] 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 -- 2.20.1