diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-07-19 15:46:27 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-07-19 15:46:27 (GMT) |
commit | ffc9b1d917c88f8c3e51ee1c2cb6924bb07328a7 (patch) | |
tree | 9c5b6239a87a8fd5968d17620d310bc5528bc514 /tools/test/misc | |
parent | ee7816bbfb3f22d42d5db7d779efe54ae29528cb (diff) | |
download | hdf5-ffc9b1d917c88f8c3e51ee1c2cb6924bb07328a7.zip hdf5-ffc9b1d917c88f8c3e51ee1c2cb6924bb07328a7.tar.gz hdf5-ffc9b1d917c88f8c3e51ee1c2cb6924bb07328a7.tar.bz2 |
Stripped C standard library headers from tools test code.
Diffstat (limited to 'tools/test/misc')
-rw-r--r-- | tools/test/misc/talign.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/test/misc/talign.c b/tools/test/misc/talign.c index 9a72557..ce866b4 100644 --- a/tools/test/misc/talign.c +++ b/tools/test/misc/talign.c @@ -15,9 +15,6 @@ * Small program to illustrate the "misalignment" of members within a compound * datatype, in a datatype fixed by H5Tget_native_type(). */ -#include <string.h> -#include <stdlib.h> -/*#include <unistd.h> *//* Required for unlink() */ #include "hdf5.h" #include "H5private.h" |