From 6639693cff48bb16bddb05121a73c063c9f92ca2 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Tue, 2 Mar 2021 02:51:55 -0800 Subject: Removed most C library include lines from tests --- test/vfd_swmr_addrem_writer.c | 1 - test/vfd_swmr_bigset_writer.c | 2 -- test/vfd_swmr_common.h | 1 - test/vfd_swmr_group_writer.c | 2 -- test/vfd_swmr_remove_reader.c | 1 - test/vfd_swmr_vlstr_reader.c | 2 -- test/vfd_swmr_vlstr_writer.c | 2 -- test/vfd_swmr_zoo_writer.c | 2 -- 8 files changed, 13 deletions(-) diff --git a/test/vfd_swmr_addrem_writer.c b/test/vfd_swmr_addrem_writer.c index ad651e6..b4c0e1f 100644 --- a/test/vfd_swmr_addrem_writer.c +++ b/test/vfd_swmr_addrem_writer.c @@ -33,7 +33,6 @@ /***********/ #include /* errx(3) */ -#include /* EXIT_FAILURE */ #include "h5test.h" #include "vfd_swmr_common.h" diff --git a/test/vfd_swmr_bigset_writer.c b/test/vfd_swmr_bigset_writer.c index d57479a..4bf08fd 100644 --- a/test/vfd_swmr_bigset_writer.c +++ b/test/vfd_swmr_bigset_writer.c @@ -68,8 +68,6 @@ #include #include -#include /* nanosleep(2) */ -#include /* getopt(3) */ #define H5C_FRIEND /*suppress error about including H5Cpkg */ #define H5F_FRIEND /*suppress error about including H5Fpkg */ diff --git a/test/vfd_swmr_common.h b/test/vfd_swmr_common.h index a4bf50e..761a706 100644 --- a/test/vfd_swmr_common.h +++ b/test/vfd_swmr_common.h @@ -18,7 +18,6 @@ /* Headers */ /***********/ -#include #include "h5test.h" /**********/ diff --git a/test/vfd_swmr_group_writer.c b/test/vfd_swmr_group_writer.c index ede4594..155e9b1 100644 --- a/test/vfd_swmr_group_writer.c +++ b/test/vfd_swmr_group_writer.c @@ -13,8 +13,6 @@ #include #include -#include /* nanosleep(2) */ -#include /* getopt(3) */ #define H5F_FRIEND /*suppress error about including H5Fpkg */ diff --git a/test/vfd_swmr_remove_reader.c b/test/vfd_swmr_remove_reader.c index c4eaba2..80fe042 100644 --- a/test/vfd_swmr_remove_reader.c +++ b/test/vfd_swmr_remove_reader.c @@ -28,7 +28,6 @@ /***********/ #include /* errx(3) */ -#include /* EXIT_FAILURE */ #include "h5test.h" #include "vfd_swmr_common.h" diff --git a/test/vfd_swmr_vlstr_reader.c b/test/vfd_swmr_vlstr_reader.c index e75af35..c6bf1dc 100644 --- a/test/vfd_swmr_vlstr_reader.c +++ b/test/vfd_swmr_vlstr_reader.c @@ -12,8 +12,6 @@ */ #include -#include /* nanosleep(2) */ -#include /* getopt(3) */ #define H5C_FRIEND /*suppress error about including H5Cpkg */ #define H5F_FRIEND /*suppress error about including H5Fpkg */ diff --git a/test/vfd_swmr_vlstr_writer.c b/test/vfd_swmr_vlstr_writer.c index 17e7d83..3085575 100644 --- a/test/vfd_swmr_vlstr_writer.c +++ b/test/vfd_swmr_vlstr_writer.c @@ -12,8 +12,6 @@ */ #include -#include /* nanosleep(2) */ -#include /* getopt(3) */ #define H5C_FRIEND /*suppress error about including H5Cpkg */ #define H5F_FRIEND /*suppress error about including H5Fpkg */ diff --git a/test/vfd_swmr_zoo_writer.c b/test/vfd_swmr_zoo_writer.c index c98b2e1..901e1cb 100644 --- a/test/vfd_swmr_zoo_writer.c +++ b/test/vfd_swmr_zoo_writer.c @@ -13,8 +13,6 @@ #include #include /* basename(3) */ -#include /* nanosleep(2) */ -#include /* getopt(3) */ #define H5C_FRIEND /* suppress error about including H5Cpkg */ #define H5F_FRIEND /* suppress error about including H5Fpkg */ -- cgit v0.12