mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r3768] Purpose:
Update Description: Replaced "#include <hdf5_file.h>" with the equivalent, but better #include "hdf5_file.h" so that gcc can pick up our header files more easily. Platforms tested: Linux
This commit is contained in:
parent
f9e2023be1
commit
6c130407eb
@ -12,8 +12,8 @@
|
||||
* programming environment it declares. Other than that, h5ls only calls
|
||||
* HDF5 API functions (except for H5G_basename())
|
||||
*/
|
||||
#include <H5private.h>
|
||||
#include <h5tools.h>
|
||||
#include "H5private.h"
|
||||
#include "h5tools.h"
|
||||
|
||||
/*
|
||||
* If defined then include the file name as part of the object name when
|
||||
|
Loading…
Reference in New Issue
Block a user