summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-02-26 18:39:46 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-02-26 18:39:46 (GMT)
commit90bfcb9fba276158b26b072402803af6f20c7366 (patch)
tree86606610d18f51a64dce9e4e96a012a17611ee24 /src/H5Fpkg.h
parentba5808196ed2a0e217f65f156ffbd659ad188348 (diff)
downloadhdf5-90bfcb9fba276158b26b072402803af6f20c7366.zip
hdf5-90bfcb9fba276158b26b072402803af6f20c7366.tar.gz
hdf5-90bfcb9fba276158b26b072402803af6f20c7366.tar.bz2
Moves H5queue.h to H5private.h and yanks circular queue macros
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 71d0ce4..260a25c 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -26,9 +26,6 @@
#ifndef _H5Fpkg_H
#define _H5Fpkg_H
-/* BSD queue macros */
-#include "H5queue.h"
-
/* Get package's private header */
#include "H5Fprivate.h"