diff options
author | Robb Matzke <matzke@llnl.gov> | 1997-08-15 16:53:11 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1997-08-15 16:53:11 (GMT) |
commit | bcbe95cad006f0c72b0eeadf0eeaf82629145f6b (patch) | |
tree | f8ab84e769b0e0f9cb40393655d71ead9147464f /test/tohdr.c | |
parent | bc2b9d9dea6271a46cdfb12913d73d0cd7675607 (diff) | |
download | hdf5-bcbe95cad006f0c72b0eeadf0eeaf82629145f6b.zip hdf5-bcbe95cad006f0c72b0eeadf0eeaf82629145f6b.tar.gz hdf5-bcbe95cad006f0c72b0eeadf0eeaf82629145f6b.tar.bz2 |
[svn-r36] ./test/testhdf5.c
./test/testhdf5.h
./test/tfile.c
./test/theap.c
./test/tmeta.c
./test/tohdr.c
./test/tstab.c
Fixed include files.
./test/Makefile.in NEW
./test/Makefile
Removed Makefile; it is now generated from Makefile.in by
configure.
Diffstat (limited to 'test/tohdr.c')
-rw-r--r-- | test/tohdr.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/test/tohdr.c b/test/tohdr.c index 2f42f02..c1ecb0e 100644 --- a/test/tohdr.c +++ b/test/tohdr.c @@ -14,12 +14,13 @@ * *------------------------------------------------------------------------- */ -#include "testhdf5.h" +#include <testhdf5.h> -#include "H5ACprivate.h" -#include "H5Fprivate.h" -#include "H5Gprivate.h" -#include "H5Oprivate.h" +#include <H5private.h> +#include <H5ACprivate.h> +#include <H5Fprivate.h> +#include <H5Gprivate.h> +#include <H5Oprivate.h> /*------------------------------------------------------------------------- |