From ed63d9d4de2c40ee2bb15f3f2ffed0d9bfe54c22 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 28 Feb 2008 00:55:06 +0000 Subject: header inclusion cleanup --- tests/server/getpart.c | 6 +----- tests/server/resolve.c | 13 +++---------- tests/server/sockfilt.c | 11 ++--------- tests/server/sws.c | 11 ++--------- tests/server/testpart.c | 6 +----- tests/server/tftpd.c | 18 +++++------------- tests/server/util.c | 8 ++------ tests/server/util.h | 1 + 8 files changed, 17 insertions(+), 57 deletions(-) (limited to 'tests/server') diff --git a/tests/server/getpart.c b/tests/server/getpart.c index b66281aeb..0b327030b 100644 --- a/tests/server/getpart.c +++ b/tests/server/getpart.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2007, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -23,10 +23,6 @@ #include "setup.h" -#include -#include -#include -#include #include "getpart.h" #define _MPRINTF_REPLACE /* use our functions only */ diff --git a/tests/server/resolve.c b/tests/server/resolve.c index b579d460e..75b86432b 100644 --- a/tests/server/resolve.c +++ b/tests/server/resolve.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2006, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -32,16 +32,9 @@ */ #include "setup.h" /* portability help from the lib directory */ -#include -#include -#include -#include +#ifdef HAVE_SIGNAL_H #include -#include -#include -#include -#include - +#endif #ifdef HAVE_UNISTD_H #include #endif diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c index 8db3ed522..c54734a52 100644 --- a/tests/server/sockfilt.c +++ b/tests/server/sockfilt.c @@ -48,16 +48,9 @@ */ #include "setup.h" /* portability help from the lib directory */ -#include -#include -#include -#include +#ifdef HAVE_SIGNAL_H #include -#include -#include -#include -#include - +#endif #ifdef HAVE_UNISTD_H #include #endif diff --git a/tests/server/sws.c b/tests/server/sws.c index 99f0bddbd..5e68a3160 100644 --- a/tests/server/sws.c +++ b/tests/server/sws.c @@ -29,16 +29,9 @@ */ #include "setup.h" /* portability help from the lib directory */ -#include -#include -#include -#include +#ifdef HAVE_SIGNAL_H #include -#include -#include -#include -#include - +#endif #ifdef HAVE_UNISTD_H #include #endif diff --git a/tests/server/testpart.c b/tests/server/testpart.c index c1ebdd44f..df0d1aa8f 100644 --- a/tests/server/testpart.c +++ b/tests/server/testpart.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2005, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -23,10 +23,6 @@ #include "setup.h" -#include -#include -#include -#include #include "getpart.h" #define _MPRINTF_REPLACE /* use our functions only */ diff --git a/tests/server/tftpd.c b/tests/server/tftpd.c index be5c5b95c..a98791de6 100644 --- a/tests/server/tftpd.c +++ b/tests/server/tftpd.c @@ -49,18 +49,13 @@ */ #include "setup.h" /* portability help from the lib directory */ -#ifdef HAVE_SYS_TYPES_H -#include -#endif + #ifdef HAVE_SYS_IOCTL_H #include #endif -#ifdef HAVE_SYS_STAT_H -#include -#endif - +#ifdef HAVE_SIGNAL_H #include - +#endif #ifdef HAVE_FCNTL_H #include #endif @@ -84,12 +79,9 @@ #endif #include -#include -#include -#include -#include -#include +#ifdef HAVE_UNISTD_H #include +#endif #ifdef HAVE_PWD_H #include #endif diff --git a/tests/server/util.c b/tests/server/util.c index 762fa8450..3d12ba9b9 100644 --- a/tests/server/util.c +++ b/tests/server/util.c @@ -22,13 +22,9 @@ ***************************************************************************/ #include "setup.h" /* portability help from the lib directory */ -#include -#include -#include -#include +#ifdef HAVE_SIGNAL_H #include -#include - +#endif #ifdef HAVE_UNISTD_H #include #endif diff --git a/tests/server/util.h b/tests/server/util.h index 0ec820e17..f5ec0333b 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -22,6 +22,7 @@ * * $Id$ ***************************************************************************/ +#include "setup.h" /* portability help from the lib directory */ void logmsg(const char *msg, ...); -- cgit v1.2.3