From b18e6194df64cc6de74b54dbe030412bc9ecb2dd Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 3 Apr 2001 16:09:08 -0500 Subject: [svn-r3773] Purpose: Update Description: Changed #include to #include "hdf5.h" to be consistent with the other code. Platforms tested: Linux --- fortran/src/H5Git.c | 2 +- fortran/src/H5Git.h | 2 +- fortran/src/H5f90.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fortran/src/H5Git.c b/fortran/src/H5Git.c index 51db86f..da8bdd7 100644 --- a/fortran/src/H5Git.c +++ b/fortran/src/H5Git.c @@ -5,7 +5,7 @@ *------------------------------------------------------------------------- */ -#include +#include "hdf5.h" #include "H5Git.h" #define FALSE 0 diff --git a/fortran/src/H5Git.h b/fortran/src/H5Git.h index e243a18..7211440 100644 --- a/fortran/src/H5Git.h +++ b/fortran/src/H5Git.h @@ -7,7 +7,7 @@ #ifndef _H5Git_H #define _H5Git_H -#include +#include "hdf5.h" int H5Gn_members( hid_t loc_id, char *group_name ); diff --git a/fortran/src/H5f90.h b/fortran/src/H5f90.h index 94f61eb..ab72b91 100644 --- a/fortran/src/H5f90.h +++ b/fortran/src/H5f90.h @@ -1,7 +1,7 @@ #ifndef _H5f90_H #define _H5f90_H -#include +#include "hdf5.h" #include "H5f90i.h" #include "H5f90proto.h" -- cgit v0.12