summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-07-19 15:46:27 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-07-19 15:46:27 (GMT)
commitffc9b1d917c88f8c3e51ee1c2cb6924bb07328a7 (patch)
tree9c5b6239a87a8fd5968d17620d310bc5528bc514 /tools/lib
parentee7816bbfb3f22d42d5db7d779efe54ae29528cb (diff)
downloadhdf5-ffc9b1d917c88f8c3e51ee1c2cb6924bb07328a7.zip
hdf5-ffc9b1d917c88f8c3e51ee1c2cb6924bb07328a7.tar.gz
hdf5-ffc9b1d917c88f8c3e51ee1c2cb6924bb07328a7.tar.bz2
Stripped C standard library headers from tools test code.
Diffstat (limited to 'tools/lib')
-rw-r--r--tools/lib/io_timer.c4
-rw-r--r--tools/lib/ph5diff.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/tools/lib/io_timer.c b/tools/lib/io_timer.c
index 4aa2195..a6885df 100644
--- a/tools/lib/io_timer.c
+++ b/tools/lib/io_timer.c
@@ -25,10 +25,6 @@
#include "H5private.h"
#include "hdf5.h"
-#ifdef H5_HAVE_PARALLEL
-#include <mpi.h>
-#endif
-
#include "io_timer.h"
/*
diff --git a/tools/lib/ph5diff.h b/tools/lib/ph5diff.h
index 9628d45..996a611 100644
--- a/tools/lib/ph5diff.h
+++ b/tools/lib/ph5diff.h
@@ -42,9 +42,5 @@ struct diffs_found
int not_cmp;
};
-#ifdef H5_HAVE_PARALLEL
-#include <mpi.h>
-#endif
-
#endif /* _PH5DIFF_H__ */