diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2021-02-26 18:03:54 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2021-02-26 18:03:54 (GMT) |
commit | ba5808196ed2a0e217f65f156ffbd659ad188348 (patch) | |
tree | 554d71b63a3b286d763941a5a1f0228913ce310e /src | |
parent | 8c7b4c7de3c5e90e1165c2eb5eb058242d9f7dec (diff) | |
download | hdf5-ba5808196ed2a0e217f65f156ffbd659ad188348.zip hdf5-ba5808196ed2a0e217f65f156ffbd659ad188348.tar.gz hdf5-ba5808196ed2a0e217f65f156ffbd659ad188348.tar.bz2 |
Moves H5queue.h from H5FDpublic.h to H5FD.c
Diffstat (limited to 'src')
-rw-r--r-- | src/H5FD.c | 1 | ||||
-rw-r--r-- | src/H5FDpublic.h | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -39,6 +39,7 @@ #include "H5Iprivate.h" /* IDs */ #include "H5MMprivate.h" /* Memory management */ #include "H5Pprivate.h" /* Property lists */ +#include "H5queue.h" /****************/ /* Local Macros */ diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h index 6b2b36e..520668b 100644 --- a/src/H5FDpublic.h +++ b/src/H5FDpublic.h @@ -18,7 +18,6 @@ #ifndef _H5FDpublic_H #define _H5FDpublic_H -#include "H5queue.h" #include "H5public.h" #include "H5Fpublic.h" /*for H5F_close_degree_t */ |