From acfc6150cf30fa368368350c480b96005eb489da Mon Sep 17 00:00:00 2001 From: Jack F Vogel Date: Thu, 12 Jul 2007 00:01:53 +0000 Subject: [PATCH] Removed unnecessary global includes for ixgbe, and em. Both have been determined to be unnecessary. Approved by: re --- sys/conf/kern.pre.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk index 5014be3b083..63a6a7628b3 100644 --- a/sys/conf/kern.pre.mk +++ b/sys/conf/kern.pre.mk @@ -76,12 +76,6 @@ INCLUDES+= -I$S/contrib/ngatm # .. and the same for twa INCLUDES+= -I$S/dev/twa -# .. and the same for em -INCLUDES+= -I$S/dev/em - -# .. and ixgbe -INCLUDES+= -I$S/dev/ixgbe - # ... and XFS INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs -- 2.45.2