summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpe.c
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/ldpe.c
parent9a6be7cacb6639ebc04ff1c77d286ff2bfeab4ac (diff)
Remove superfluous includes.
Diffstat (limited to 'usr.sbin/ldpd/ldpe.c')
-rw-r--r--usr.sbin/ldpd/ldpe.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/usr.sbin/ldpd/ldpe.c b/usr.sbin/ldpd/ldpe.c
index 93050d50224..5ba09019aa7 100644
--- a/usr.sbin/ldpd/ldpe.c
+++ b/usr.sbin/ldpd/ldpe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldpe.c,v 1.58 2016/05/23 19:09:25 renato Exp $ */
+/* $OpenBSD: ldpe.c,v 1.59 2016/05/23 19:11:42 renato Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -19,25 +19,14 @@
*/
#include <sys/types.h>
-#include <sys/socket.h>
-#include <sys/queue.h>
-#include <netinet/in.h>
-#include <netinet/tcp.h>
-#include <arpa/inet.h>
-#include <net/if_types.h>
#include <stdlib.h>
#include <signal.h>
#include <string.h>
-#include <fcntl.h>
#include <pwd.h>
#include <unistd.h>
-#include <event.h>
#include <arpa/inet.h>
-#include <err.h>
#include <errno.h>
-#include <stdio.h>
-#include "ldp.h"
#include "ldpd.h"
#include "ldpe.h"
#include "lde.h"