From 3a9610836f7448da65ff7a84cf5d1fe50057996a Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 27 Jul 2000 04:41:06 +0000 Subject: [PATCH] remove all superfluous header files git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8842 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/mini_inetd.c | 26 +------------------------- lib/roken/socket.c | 18 ------------------ 2 files changed, 1 insertion(+), 43 deletions(-) diff --git a/lib/roken/mini_inetd.c b/lib/roken/mini_inetd.c index 78017796d..059ae4c5a 100644 --- a/lib/roken/mini_inetd.c +++ b/lib/roken/mini_inetd.c @@ -36,32 +36,8 @@ RCSID("$Id$"); #endif -#include - -#ifdef HAVE_UNISTD_H -#include -#endif -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_TIME_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_NETINET_IN6_H -#include -#endif -#ifdef HAVE_NETINET6_IN6_H -#include -#endif - #include -#include +#include "roken.h" /* * accept a connection on `s' and pretend it's served by inetd. diff --git a/lib/roken/socket.c b/lib/roken/socket.c index 4d237d678..3181bc7cd 100644 --- a/lib/roken/socket.c +++ b/lib/roken/socket.c @@ -36,25 +36,7 @@ RCSID("$Id$"); #endif -#include -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_NETINET_IN_SYSTM_H -#include -#endif -#ifdef HAVE_NETINET_IP_H -#include -#endif - #include - #include /*