diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-11-20 18:47:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-11-20 18:47:15 (GMT) |
commit | 69575231efef728f2240acc6b4625a58c6cb772d (patch) | |
tree | 6e148b5b723f0ba15481b093a33b41a95b3eb318 /test | |
parent | e9019388d8d07a10d7dbb7b0f7598e9607bc2344 (diff) | |
download | hdf5-69575231efef728f2240acc6b4625a58c6cb772d.zip hdf5-69575231efef728f2240acc6b4625a58c6cb772d.tar.gz hdf5-69575231efef728f2240acc6b4625a58c6cb772d.tar.bz2 |
[svn-r4614] Purpose:
Code cleanup
Description:
Corrected header files needed.
Platforms tested:
FreeBSD 4.4 (hawkwind)
Diffstat (limited to 'test')
-rw-r--r-- | test/tconfig.c | 1 | ||||
-rw-r--r-- | test/tfile.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/test/tconfig.c b/test/tconfig.c index 4882fd0..57cf3d4 100644 --- a/test/tconfig.c +++ b/test/tconfig.c @@ -21,7 +21,6 @@ *************************************************************/ #include "hdf5.h" -#include "H5private.h" #include "testhdf5.h" /* macros definitions */ diff --git a/test/tfile.c b/test/tfile.c index b75fa96..5cc21f0 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -20,9 +20,9 @@ * *************************************************************/ +#include "hdf5.h" #include "testhdf5.h" -#include "H5private.h" #include "H5Bprivate.h" #include "H5Pprivate.h" |