[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:
Bill Wendling 2001-04-03 12:47:08 -05:00
parent f9e2023be1
commit 6c130407eb

View File

@ -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