diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-21 01:48:36 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-21 01:48:36 (GMT) |
commit | d6adb6526d83e6f799f16933757fb26131856f21 (patch) | |
tree | 8d1fbacda93818c29c57e2d7d583ebb0c4181de6 /src/H5Gdeprec.c | |
parent | 830fac2fea7fe27892299400d6892e96f216a97b (diff) | |
parent | 75a03ea0c36f24a6a3982b75a8c52325879bb569 (diff) | |
download | hdf5-d6adb6526d83e6f799f16933757fb26131856f21.zip hdf5-d6adb6526d83e6f799f16933757fb26131856f21.tar.gz hdf5-d6adb6526d83e6f799f16933757fb26131856f21.tar.bz2 |
Merge pull request #1399 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to develop
* commit '75a03ea0c36f24a6a3982b75a8c52325879bb569':
Moved private native VOL connector functions to H5VLnative_private.h.
Moved the remainder of the code into separate files.
Split the native VOL connector code into multiple files and moved the attribute code over.
Diffstat (limited to 'src/H5Gdeprec.c')
-rw-r--r-- | src/H5Gdeprec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Gdeprec.c b/src/H5Gdeprec.c index 3e0574c..cb03b5e 100644 --- a/src/H5Gdeprec.c +++ b/src/H5Gdeprec.c @@ -44,7 +44,8 @@ #include "H5Lprivate.h" /* Links */ #include "H5Pprivate.h" /* Property lists */ #include "H5VLprivate.h" /* Virtual Object Layer */ -#include "H5VLnative.h" /* Native VOL connector */ + +#include "H5VLnative_private.h" /* Native VOL connector */ /****************/ |