summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2001-06-06 22:40:32 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2001-06-06 22:40:32 (GMT)
commitc8acfbbc7513e28961c67300d0d844e02074baed (patch)
tree33fe631c638aee4c162d232e91619c147c599f11 /src
parent0cab1628f544988af779d93ba7b60fb3bd4783d5 (diff)
downloadhdf5-c8acfbbc7513e28961c67300d0d844e02074baed.zip
hdf5-c8acfbbc7513e28961c67300d0d844e02074baed.tar.gz
hdf5-c8acfbbc7513e28961c67300d0d844e02074baed.tar.bz2
[svn-r3972] my first HDF5 library commit
Diffstat (limited to 'src')
-rwxr-xr-xsrc/H5Image.c3
-rwxr-xr-xsrc/H5Image.h2
-rwxr-xr-xsrc/H5lite.c2
-rwxr-xr-xsrc/H5lite.h1
4 files changed, 2 insertions, 6 deletions
diff --git a/src/H5Image.c b/src/H5Image.c
index 65b33f4..74dd974 100755
--- a/src/H5Image.c
+++ b/src/H5Image.c
@@ -10,9 +10,6 @@
* *
****************************************************************************/
-#include <hdf5.h>
-
-#include "H5Lite.h"
#include "H5Image.h"
diff --git a/src/H5Image.h b/src/H5Image.h
index 990fb7e..bd20f25 100755
--- a/src/H5Image.h
+++ b/src/H5Image.h
@@ -16,6 +16,8 @@
#define _H5Image_H
+#include "H5Lite.h"
+
/* HDF5 image information */
typedef struct H5IM_imageinfo_t
diff --git a/src/H5lite.c b/src/H5lite.c
index 1e11c2a..3f68850 100755
--- a/src/H5lite.c
+++ b/src/H5lite.c
@@ -21,8 +21,6 @@ static herr_t get_name_group( hid_t loc_id, const char *name, void *op_data);
-
-
/*-------------------------------------------------------------------------
* Function: H5Lmake_dataset
*
diff --git a/src/H5lite.h b/src/H5lite.h
index 40434e8..30a3639 100755
--- a/src/H5lite.h
+++ b/src/H5lite.h
@@ -25,7 +25,6 @@
#include "H5Apublic.h"
-
herr_t H5Lmake_dataset( hid_t loc_id,
const char *dset_name,
int rank,