summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_main.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2011-04-11 21:43:15 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2011-04-11 21:43:15 (GMT)
commit3fbbb862a90f49093b07abf98736b9720b38627a (patch)
treef07901f6fa3cf8d88d3d60377f2013f61dffb6b1 /tools/h5diff/h5diff_main.c
parente006157deb5866bf45ca0f092d42b7f9969e4209 (diff)
downloadhdf5-3fbbb862a90f49093b07abf98736b9720b38627a.zip
hdf5-3fbbb862a90f49093b07abf98736b9720b38627a.tar.gz
hdf5-3fbbb862a90f49093b07abf98736b9720b38627a.tar.bz2
[svn-r20476] Removed all references to memory.h
Diffstat (limited to 'tools/h5diff/h5diff_main.c')
-rw-r--r--tools/h5diff/h5diff_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c
index 297eb48..c1538a4 100644
--- a/tools/h5diff/h5diff_main.c
+++ b/tools/h5diff/h5diff_main.c
@@ -15,7 +15,6 @@
#include <stdlib.h>
#include <assert.h>
-#include <memory.h>
#include "h5diff.h"
#include "h5diff_common.h"
#include "h5tools_utils.h"