From f4934662e5d837053e785525653e390ce6933d2b Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 5 Jun 2009 14:55:22 +0000 Subject: Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC and used in a large number of files, but also because an increasing number of incorrect uses of MAC calls were sneaking in due to copy-and-paste of MAC-aware code without the associated opt_mac.h include. Discussed with: pjd --- sys/netatalk/ddp_input.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/netatalk/ddp_input.c') diff --git a/sys/netatalk/ddp_input.c b/sys/netatalk/ddp_input.c index d90b2e8..2e82a2a 100644 --- a/sys/netatalk/ddp_input.c +++ b/sys/netatalk/ddp_input.c @@ -49,8 +49,6 @@ * $FreeBSD$ */ -#include "opt_mac.h" - #include #include #include -- cgit v1.1