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/h5dumputil.c | |
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/h5dumputil.c')
-rw-r--r-- | tools/h5dumputil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5dumputil.c b/tools/h5dumputil.c index d0b3847..79ccb7d 100644 --- a/tools/h5dumputil.c +++ b/tools/h5dumputil.c @@ -4,7 +4,6 @@ #include <assert.h> #include <ctype.h> #include <h5dump.h> -#include <hdf5.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |