summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90.h
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-04-03 21:09:08 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-04-03 21:09:08 (GMT)
commitb18e6194df64cc6de74b54dbe030412bc9ecb2dd (patch)
tree192702788e0a73ceb03f936bddf20c8d8baf2ee6 /fortran/src/H5f90.h
parent852a24da19891d03600d4038ed0bc6f42639d36c (diff)
downloadhdf5-b18e6194df64cc6de74b54dbe030412bc9ecb2dd.zip
hdf5-b18e6194df64cc6de74b54dbe030412bc9ecb2dd.tar.gz
hdf5-b18e6194df64cc6de74b54dbe030412bc9ecb2dd.tar.bz2
[svn-r3773] Purpose:
Update Description: Changed #include <hdf5.h> to #include "hdf5.h" to be consistent with the other code. Platforms tested: Linux
Diffstat (limited to 'fortran/src/H5f90.h')
-rw-r--r--fortran/src/H5f90.h2
1 files changed, 1 insertions, 1 deletions
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 <hdf5.h>
+#include "hdf5.h"
#include "H5f90i.h"
#include "H5f90proto.h"