summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-01-04 18:06:36 (GMT)
committerGitHub <noreply@github.com>2024-01-04 18:06:36 (GMT)
commita00d62f77a715b0b4b862a594d1d85f4a0e5296c (patch)
treea71df5a1d896a4db7afa61cf3632768ae960c4fd /test
parentde3ee47a44ffa7876c1e823eef6045f7fde8e165 (diff)
downloadhdf5-a00d62f77a715b0b4b862a594d1d85f4a0e5296c.zip
hdf5-a00d62f77a715b0b4b862a594d1d85f4a0e5296c.tar.gz
hdf5-a00d62f77a715b0b4b862a594d1d85f4a0e5296c.tar.bz2
Use props for includes and remove global includes (#3921)
Diffstat (limited to 'test')
-rw-r--r--test/dsets.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/dsets.c b/test/dsets.c
index 9bebbb8..aba1f1e 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -48,9 +48,6 @@
#include "H5FDpkg.h"
#include "H5VMprivate.h"
#include "H5Zpkg.h"
-#ifdef H5_HAVE_SZLIB_H
-#include "szlib.h"
-#endif
static const char *FILENAME[] = {"dataset", /* 0 */
"compact_dataset", /* 1 */