From 781aa97160bfc8bbb4619c279198f8a2502b4332 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Wed, 17 Sep 2008 09:56:49 +0000 Subject: [PATCH] Use absolute inclusion path --- sys/net/ipfw/ip_fw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/ipfw/ip_fw.h b/sys/net/ipfw/ip_fw.h index 23b1f79c9b..696397243a 100644 --- a/sys/net/ipfw/ip_fw.h +++ b/sys/net/ipfw/ip_fw.h @@ -12,12 +12,12 @@ * This software is provided ``AS IS'' without any warranties of any kind. * * $FreeBSD: src/sys/netinet/ip_fw.h,v 1.47.2.11 2002/07/09 09:11:42 luigi Exp $ - * $DragonFly: src/sys/net/ipfw/ip_fw.h,v 1.8 2007/09/02 13:27:23 sephe Exp $ + * $DragonFly: src/sys/net/ipfw/ip_fw.h,v 1.9 2008/09/17 09:56:49 sephe Exp $ */ #ifndef _IP_FW_H #define _IP_FW_H -#include "ip_fw2.h" +#include #endif /* _IP_FW_H */ -- 2.41.0