summaryrefslogtreecommitdiff
path: root/sys/net/if_mpe.c
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2013-10-23 15:12:43 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2013-10-23 15:12:43 +0000
commitd2924ce85f964725527e58978d39bf95a72c42a1 (patch)
treeefc6783cf3acdb5feb918ddbc7aba305c9b1101c /sys/net/if_mpe.c
parent603c82f9a29663f53402ba36bbb39bf9594a1c04 (diff)
Remove the number of in_var.h inclusions by moving some functions and
global variables to in.h. ok mikeb@, deraadt@
Diffstat (limited to 'sys/net/if_mpe.c')
-rw-r--r--sys/net/if_mpe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_mpe.c b/sys/net/if_mpe.c
index f083c6f47de..eaf75b562a5 100644
--- a/sys/net/if_mpe.c
+++ b/sys/net/if_mpe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mpe.c,v 1.30 2013/10/17 16:27:41 bluhm Exp $ */
+/* $OpenBSD: if_mpe.c,v 1.31 2013/10/23 15:12:42 mpi Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -31,7 +31,6 @@
#ifdef INET
#include <netinet/in.h>
-#include <netinet/in_var.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#endif