diff options
author | Ruey-Hsia Li <rli@ncsa.uiuc.edu> | 1998-08-21 17:22:14 (GMT) |
---|---|---|
committer | Ruey-Hsia Li <rli@ncsa.uiuc.edu> | 1998-08-21 17:22:14 (GMT) |
commit | 4f2d4020d86c5a0079164fdc1c26d24b5b0bccb5 (patch) | |
tree | 91ae04cd92e07b44a716c16fa627266d4a640b79 /tools/h5dump.h | |
parent | 278a9b948652a4a91819b643d59d9949ac19b733 (diff) | |
download | hdf5-4f2d4020d86c5a0079164fdc1c26d24b5b0bccb5.zip hdf5-4f2d4020d86c5a0079164fdc1c26d24b5b0bccb5.tar.gz hdf5-4f2d4020d86c5a0079164fdc1c26d24b5b0bccb5.tar.bz2 |
[svn-r611] Removed warning messages during compilation.
Diffstat (limited to 'tools/h5dump.h')
-rw-r--r-- | tools/h5dump.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/h5dump.h b/tools/h5dump.h index d537390..e7f5863 100644 --- a/tools/h5dump.h +++ b/tools/h5dump.h @@ -1,9 +1,7 @@ -#ifndef _DUMPER_H -#define _DUMPER_H +#ifndef _H5DUMP_H +#define _H5DUMP_H #include <hdf5.h> -#include <H5private.h> -#include <h5tools.h> #define BOOT_BLOCK "BOOT_BLOCK" #define GROUP "GROUP" |