summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldp.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@cvs.openbsd.org>2016-05-23 19:11:43 +0000
committerRenato Westphal <renato@cvs.openbsd.org>2016-05-23 19:11:43 +0000
commitf2bfda3f3ebec0c592b59b83bb3a340dd450a814 (patch)
tree35b87933f2d80ff71c5bc0837d06c8d82663157c /usr.sbin/ldpd/ldp.h
parent9a6be7cacb6639ebc04ff1c77d286ff2bfeab4ac (diff)
Remove superfluous includes.
Diffstat (limited to 'usr.sbin/ldpd/ldp.h')
-rw-r--r--usr.sbin/ldpd/ldp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/ldp.h b/usr.sbin/ldpd/ldp.h
index bbf12ca89ff..ecab3201dbb 100644
--- a/usr.sbin/ldpd/ldp.h
+++ b/usr.sbin/ldpd/ldp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldp.h,v 1.27 2016/05/23 18:58:48 renato Exp $ */
+/* $OpenBSD: ldp.h,v 1.28 2016/05/23 19:11:42 renato Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -22,7 +22,7 @@
#ifndef _LDP_H_
#define _LDP_H_
-#include <netinet/in.h>
+#include <sys/types.h>
/* misc */
#define LDP_VERSION 1