diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-24 22:28:30 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-24 22:28:30 (GMT) |
commit | 680bf2a154aba15f40dfc221e0fafb5e7c4fc05a (patch) | |
tree | ca731d824bd1fb9cd6698566e6c5737147001dff /tools | |
parent | 9cb572cb73d5109640831dca8e646352eb27e09c (diff) | |
download | hdf5-680bf2a154aba15f40dfc221e0fafb5e7c4fc05a.zip hdf5-680bf2a154aba15f40dfc221e0fafb5e7c4fc05a.tar.gz hdf5-680bf2a154aba15f40dfc221e0fafb5e7c4fc05a.tar.bz2 |
[svn-r3513] Purpose:
Bug Fix
Description:
assert.h was included twice now that H5private is in there.
Solution:
remvoed one.
Platforms tested:
Linux
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lib/h5tools_str.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/h5tools_str.c b/tools/lib/h5tools_str.c index a119b66..d41c9c7 100644 --- a/tools/lib/h5tools_str.c +++ b/tools/lib/h5tools_str.c @@ -7,7 +7,6 @@ * * Purpose: These are string functions for us to use and abuse. */ -#include <assert.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> |