From owner-p4-projects Sat Apr 20 20:20:46 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0E3EF37B41C; Sat, 20 Apr 2002 20:20:39 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2582C37B41A for ; Sat, 20 Apr 2002 20:20:38 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3L3KbA33355 for perforce@freebsd.org; Sat, 20 Apr 2002 20:20:37 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 20 Apr 2002 20:20:37 -0700 (PDT) Message-Id: <200204210320.g3L3KbA33355@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 10077 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10077 Change 10077 by rwatson@rwatson_tislabs on 2002/04/20 20:20:30 Remove unnecessary includes of mac.h where just mbuf.h will now suffice. Diff reduction against -CURRENT. Affected files ... ... //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_ing.c#6 edit ... //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_ipr.c#6 edit ... //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_isppp.c#5 edit ... //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_rbch.c#6 edit ... //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_tel.c#4 edit ... //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_trace.c#6 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_ing.c#6 (text+ko) ==== @@ -42,7 +42,6 @@ #include #include #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_ipr.c#6 (text+ko) ==== @@ -64,7 +64,6 @@ #include #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_isppp.c#5 (text+ko) ==== @@ -48,7 +48,6 @@ #include #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_rbch.c#6 (text+ko) ==== @@ -42,7 +42,6 @@ #include #include #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_tel.c#4 (text+ko) ==== @@ -46,7 +46,6 @@ #include #include #include -#include #include #include #include ==== //depot/projects/trustedbsd/mac/sys/i4b/driver/i4b_trace.c#6 (text+ko) ==== @@ -45,7 +45,6 @@ #include #include #include -#include #include #include #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message