summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_str.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-02-24 22:28:30 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-02-24 22:28:30 (GMT)
commit680bf2a154aba15f40dfc221e0fafb5e7c4fc05a (patch)
treeca731d824bd1fb9cd6698566e6c5737147001dff /tools/lib/h5tools_str.c
parent9cb572cb73d5109640831dca8e646352eb27e09c (diff)
downloadhdf5-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/lib/h5tools_str.c')
-rw-r--r--tools/lib/h5tools_str.c1
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>