diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-15 23:50:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-15 23:50:32 +0000 |
commit | 2fa130e87818d4b36d22fb5d555e19a75698e8da (patch) | |
tree | 3a7e014adc738b4c0f121d8cc0f4e042de939e4a /sys/netmpls/mpls.h | |
parent | b4b8ac271833d484558fe99cc34766febe88acc9 (diff) |
Do not include 5 header files, including <sys/param.h>
ok millert
Diffstat (limited to 'sys/netmpls/mpls.h')
-rw-r--r-- | sys/netmpls/mpls.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/netmpls/mpls.h b/sys/netmpls/mpls.h index 2903aa4ca26..9f9ac5be147 100644 --- a/sys/netmpls/mpls.h +++ b/sys/netmpls/mpls.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpls.h,v 1.28 2013/04/24 10:20:15 mpi Exp $ */ +/* $OpenBSD: mpls.h,v 1.29 2015/01/15 23:50:31 deraadt Exp $ */ /* * Copyright (C) 1999, 2000 and 2001 AYAME Project, WIDE Project. @@ -33,13 +33,6 @@ #ifndef _NETMPLS_MPLS_H_ #define _NETMPLS_MPLS_H_ -#include <sys/param.h> -#include <sys/time.h> -#include <sys/queue.h> - -#include <net/if.h> -#include <net/if_dl.h> - /* * Structure of a SHIM header. */ |