diff options
-rw-r--r-- | tools/h5ls/h5ls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c index 45a726f..5a2b0a1 100644 --- a/tools/h5ls/h5ls.c +++ b/tools/h5ls/h5ls.c @@ -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 |