Use absolute inclusion path
[dragonfly.git] / sys / net / ipfw / ip_fw.h
1 /*
2  * Copyright (c) 1993 Daniel Boulet
3  * Copyright (c) 1994 Ugen J.S.Antsilevich
4  *
5  * Redistribution and use in source forms, with and without modification,
6  * are permitted provided that this entire comment appears intact.
7  *
8  * Redistribution in binary form may occur without any restrictions.
9  * Obviously, it would be nice if you gave credit where credit is due
10  * but requiring it would be too onerous.
11  *
12  * This software is provided ``AS IS'' without any warranties of any kind.
13  *
14  * $FreeBSD: src/sys/netinet/ip_fw.h,v 1.47.2.11 2002/07/09 09:11:42 luigi Exp $
15  * $DragonFly: src/sys/net/ipfw/ip_fw.h,v 1.9 2008/09/17 09:56:49 sephe Exp $
16  */
17
18 #ifndef _IP_FW_H
19 #define _IP_FW_H
20
21 #include <net/ipfw/ip_fw2.h>
22
23 #endif /* _IP_FW_H */