diff options
-rw-r--r-- | test/ab_apr.c | 6 | ||||
-rw-r--r-- | test/htdigest.c | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/test/ab_apr.c b/test/ab_apr.c index 470979417..140835b8a 100644 --- a/test/ab_apr.c +++ b/test/ab_apr.c @@ -107,15 +107,9 @@ #include "apr_file_io.h" #include "apr_time.h" #include "apr_getopt.h" -#ifdef HAVE_STRING_H #include <string.h> -#endif -#ifdef HAVE_STDIO_H #include <stdio.h> -#endif -#ifdef HAVE_STDLIB_H #include <stdlib.h> -#endif /* ------------------- DEFINITIONS -------------------------- */ /* maximum number of requests on a time limited test */ diff --git a/test/htdigest.c b/test/htdigest.c index 370bf9be2..a9dda5c6c 100644 --- a/test/htdigest.c +++ b/test/htdigest.c @@ -69,15 +69,9 @@ #include "apr_lib.h" #include "apr_md5.h" #include <sys/types.h> -#ifdef HAVE_SYS_SIGNAL_H #include <sys/signal.h> -#else #include <signal.h> -#endif - -#ifdef HAVE_STDLIB_H #include <stdlib.h> -#endif #ifdef WIN32 #include <conio.h> |