summaryrefslogtreecommitdiffstats
path: root/test/h5test.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-05-04 16:18:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-05-04 16:18:11 (GMT)
commit5e94747c52e7ecffdec9262a98caeb5deb5970b2 (patch)
tree2df80f37a16654a4772d2e652d3de037c4e0eee4 /test/h5test.c
parent1bd3635781b6ee98fe27548aa103e9c77173f846 (diff)
downloadhdf5-5e94747c52e7ecffdec9262a98caeb5deb5970b2.zip
hdf5-5e94747c52e7ecffdec9262a98caeb5deb5970b2.tar.gz
hdf5-5e94747c52e7ecffdec9262a98caeb5deb5970b2.tar.bz2
[svn-r29881] Add include guards.
Remove unnecessary includes.
Diffstat (limited to 'test/h5test.c')
-rw-r--r--test/h5test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/h5test.c b/test/h5test.c
index 8285043..8181ff9 100644
--- a/test/h5test.c
+++ b/test/h5test.c
@@ -22,8 +22,7 @@
*/
#undef NDEBUG /*override -DNDEBUG */
-#include <sys/types.h>
-#include <sys/stat.h>
+
#include "h5test.h"
#include "H5srcdir.h"