summaryrefslogtreecommitdiffstats
path: root/src/H5Fquery.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-12-05 18:41:54 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-12-05 18:41:54 (GMT)
commitec1e00a55f7b005fa9d87f92e58bc312286d0b8a (patch)
tree55b85edb49d58f271d0f249d8a047866428d2f63 /src/H5Fquery.c
parent853ae26333592faf69cd8c454ef92ffea8549df5 (diff)
downloadhdf5-ec1e00a55f7b005fa9d87f92e58bc312286d0b8a.zip
hdf5-ec1e00a55f7b005fa9d87f92e58bc312286d0b8a.tar.gz
hdf5-ec1e00a55f7b005fa9d87f92e58bc312286d0b8a.tar.bz2
Normalization with VOL integration branch.
Diffstat (limited to 'src/H5Fquery.c')
-rw-r--r--src/H5Fquery.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c
index cc2399b..61b4183 100644
--- a/src/H5Fquery.c
+++ b/src/H5Fquery.c
@@ -32,10 +32,10 @@
/***********/
/* Headers */
/***********/
-#include "H5private.h" /* Generic Functions */
-#include "H5Eprivate.h" /* Error handling */
-#include "H5Fpkg.h" /* File access */
-#include "H5FDprivate.h" /* File drivers */
+#include "H5private.h" /* Generic Functions */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5Fpkg.h" /* File access */
+#include "H5FDprivate.h" /* File drivers */
/****************/