diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-20 18:47:00 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-20 18:47:00 (GMT) |
commit | a06249a21b95bb17c87de34c0f53d2ea55690a60 (patch) | |
tree | 8bf01bd7afbbd16fb0e271ca370f652897f783d6 /src/H5VLnative_attr.c | |
parent | aad96a8c736dfbb49b2b27ebdaf3a5c8a5d72942 (diff) | |
download | hdf5-a06249a21b95bb17c87de34c0f53d2ea55690a60.zip hdf5-a06249a21b95bb17c87de34c0f53d2ea55690a60.tar.gz hdf5-a06249a21b95bb17c87de34c0f53d2ea55690a60.tar.bz2 |
Moved private native VOL connector functions to H5VLnative_private.h.
Diffstat (limited to 'src/H5VLnative_attr.c')
-rw-r--r-- | src/H5VLnative_attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLnative_attr.c b/src/H5VLnative_attr.c index 7940b7d..7d9f0ac 100644 --- a/src/H5VLnative_attr.c +++ b/src/H5VLnative_attr.c @@ -28,7 +28,7 @@ #include "H5Tprivate.h" /* Datatypes */ #include "H5VLprivate.h" /* Virtual Object Layer */ -#include "H5VLnative.h" /* Native VOL connector */ +#include "H5VLnative_private.h" /* Native VOL connector */ |