diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-04-17 19:02:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-04-17 19:02:12 (GMT) |
commit | 2694368b6614bbf98e34f48ccbae09c7d2f61945 (patch) | |
tree | 268287b4c5b569c3d6d76c682a9a3317fc71a6d8 /src/H5Spkg.h | |
parent | 4433c857661d50e748788afcbd862a12133ce756 (diff) | |
download | hdf5-2694368b6614bbf98e34f48ccbae09c7d2f61945.zip hdf5-2694368b6614bbf98e34f48ccbae09c7d2f61945.tar.gz hdf5-2694368b6614bbf98e34f48ccbae09c7d2f61945.tar.bz2 |
[svn-r5196] Purpose:
Code cleanup
Description:
Fix incorrect include from <H5Sprivate.h> to "H5Sprivate.h"
Platforms tested:
Just eyeballed it.
Diffstat (limited to 'src/H5Spkg.h')
-rw-r--r-- | src/H5Spkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Spkg.h b/src/H5Spkg.h index bde26d5..bc88e6e 100644 --- a/src/H5Spkg.h +++ b/src/H5Spkg.h @@ -16,7 +16,7 @@ #ifndef _H5Spkg_H #define _H5Spkg_H -#include <H5Sprivate.h> +#include "H5Sprivate.h" /* * Dataspace extent information |