summaryrefslogtreecommitdiffstats
path: root/test/ragged.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ragged.c')
-rw-r--r--test/ragged.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/ragged.c b/test/ragged.c
index 17dfe30..f9f1f99 100644
--- a/test/ragged.c
+++ b/test/ragged.c
@@ -8,19 +8,8 @@
/* See H5private.h for how to include headers */
#undef NDEBUG
-#include <H5config.h>
-
-#ifdef STDC_HEADERS
-# include <assert.h>
-# include <signal.h>
-# include <stdlib.h>
-#endif
-
-#include <hdf5.h>
-
#include <H5private.h> /*for performance monitoring*/
-
#define NOTIFY_INTERVAL 2 /*seconds*/
#define TIME_LIMIT 60 /*seconds*/
#define CH_SIZE 8192*8 /*approx chunk size in bytes*/