diff options
author | David Young <dyoung@hdfgroup.org> | 2020-02-04 17:58:49 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-02-06 20:14:34 (GMT) |
commit | 3c4a34951e6591bf7acd09b16dc0b3e310a2e8ab (patch) | |
tree | 2ae62f290a5dbf18e2d7839adb2b1b82dbfff6e0 /src | |
parent | fbcbf7690774a93f335cf9e95063dec47e771a07 (diff) | |
download | hdf5-3c4a34951e6591bf7acd09b16dc0b3e310a2e8ab.zip hdf5-3c4a34951e6591bf7acd09b16dc0b3e310a2e8ab.tar.gz hdf5-3c4a34951e6591bf7acd09b16dc0b3e310a2e8ab.tar.bz2 |
Move the bsdqueue.h #inclusion up with the other #inclusions.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Fpkg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index b0878f7..e26c0a5 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -26,6 +26,9 @@ #ifndef _H5Fpkg_H #define _H5Fpkg_H +/* BSD queue macros */ +#include "bsdqueue.h" + /* Get package's private header */ #include "H5Fprivate.h" @@ -254,8 +257,6 @@ typedef struct H5F_super_t { H5G_entry_t *root_ent; /* Root group symbol table entry */ } H5F_super_t; -#include "bsdqueue.h" - typedef struct deferred_free { SIMPLEQ_ENTRY(deferred_free) link; H5FD_mem_t alloc_type; |