summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/labelmapping.c
diff options
context:
space:
mode:
authorlteo <lteo@openbsd.org>2014-10-25 03:23:49 +0000
committerlteo <lteo@openbsd.org>2014-10-25 03:23:49 +0000
commit1543e3f792c384d239903b8cc8a720f293e0b182 (patch)
tree1751cb8498a190d4d5fef8d2ff7cad6af056820f /usr.sbin/ldpd/labelmapping.c
parentRemove unnecessary netinet/in_systm.h include. (diff)
downloadwireguard-openbsd-1543e3f792c384d239903b8cc8a720f293e0b182.tar.xz
wireguard-openbsd-1543e3f792c384d239903b8cc8a720f293e0b182.zip
Remove unnecessary netinet/in_systm.h include.
ok millert@
Diffstat (limited to 'usr.sbin/ldpd/labelmapping.c')
-rw-r--r--usr.sbin/ldpd/labelmapping.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/labelmapping.c b/usr.sbin/ldpd/labelmapping.c
index 82765ed0305..3ab1886e29e 100644
--- a/usr.sbin/ldpd/labelmapping.c
+++ b/usr.sbin/ldpd/labelmapping.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: labelmapping.c,v 1.28 2013/10/17 17:52:20 renato Exp $ */
+/* $OpenBSD: labelmapping.c,v 1.29 2014/10/25 03:23:49 lteo Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -21,7 +21,6 @@
#include <sys/uio.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <arpa/inet.h>
#include <net/if_dl.h>