summaryrefslogtreecommitdiff
path: root/sys/netmpls/mpls.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-15 23:50:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-15 23:50:32 +0000
commit2fa130e87818d4b36d22fb5d555e19a75698e8da (patch)
tree3a7e014adc738b4c0f121d8cc0f4e042de939e4a /sys/netmpls/mpls.h
parentb4b8ac271833d484558fe99cc34766febe88acc9 (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.h9
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.
*/