summaryrefslogtreecommitdiffstats
path: root/src/H5Dtest.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-05-18 13:02:00 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-05-18 13:02:00 (GMT)
commit6c1b7958de946720d920ff4d44417176ac43218e (patch)
treed1572699dbef19b44e07417bb0e7e2cdb4d01986 /src/H5Dtest.c
parent067c5254f1d7a8dba50d03c5e16b92efb61ec5af (diff)
parent67983bc4313fecf3763f5b337b612357a3ee033b (diff)
downloadhdf5-6c1b7958de946720d920ff4d44417176ac43218e.zip
hdf5-6c1b7958de946720d920ff4d44417176ac43218e.tar.gz
hdf5-6c1b7958de946720d920ff4d44417176ac43218e.tar.bz2
Merge pull request #2589 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10
* commit '67983bc4313fecf3763f5b337b612357a3ee033b': Updated code in H5Xtest.c files and associated tests. Reverted overlong-strings warning that gives jam issues. Misc library test changes from develop.
Diffstat (limited to 'src/H5Dtest.c')
-rw-r--r--src/H5Dtest.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Dtest.c b/src/H5Dtest.c
index c2b6199..ac1d05a 100644
--- a/src/H5Dtest.c
+++ b/src/H5Dtest.c
@@ -28,10 +28,10 @@
/***********/
/* Headers */
/***********/
-#include "H5private.h" /* Generic Functions */
-#include "H5Dpkg.h" /* Datasets */
-#include "H5Eprivate.h" /* Error handling */
-#include "H5Iprivate.h" /* IDs */
+#include "H5private.h" /* Generic Functions */
+#include "H5Dpkg.h" /* Datasets */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5Iprivate.h" /* IDs */
/****************/