diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-12 16:56:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-12 16:56:45 (GMT) |
commit | 08ce72aebd7b8957a11c365f95b4bbded708e91f (patch) | |
tree | cf4d156208ac686783a6a245f02d6e86d8fa2deb /hl | |
parent | 9c660949f55f13b59ff4253184e7d62dfad548c3 (diff) | |
download | hdf5-08ce72aebd7b8957a11c365f95b4bbded708e91f.zip hdf5-08ce72aebd7b8957a11c365f95b4bbded708e91f.tar.gz hdf5-08ce72aebd7b8957a11c365f95b4bbded708e91f.tar.bz2 |
[svn-r18772] Remove hard coded path to generated file.
Tested: local linux, windows
Diffstat (limited to 'hl')
-rw-r--r-- | hl/fortran/src/H5IMcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/src/H5IMcc.h b/hl/fortran/src/H5IMcc.h index 9f70bac..0b8a345 100644 --- a/hl/fortran/src/H5IMcc.h +++ b/hl/fortran/src/H5IMcc.h @@ -18,7 +18,7 @@ #include "H5LTprivate.h" #include "H5IMprivate.h" -#include "../../fortran/src/H5f90i_gen.h" +#include "H5f90i_gen.h" #ifdef __cplusplus extern "C" { |