[svn-r4614] Purpose:

Code cleanup
Description:
    Corrected header files needed.
Platforms tested:
    FreeBSD 4.4 (hawkwind)
This commit is contained in:
Quincey Koziol 2001-11-20 13:47:15 -05:00
parent e9019388d8
commit 69575231ef
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@
*************************************************************/
#include "hdf5.h"
#include "H5private.h"
#include "testhdf5.h"
/* macros definitions */

View File

@ -20,9 +20,9 @@
*
*************************************************************/
#include "hdf5.h"
#include "testhdf5.h"
#include "H5private.h"
#include "H5Bprivate.h"
#include "H5Pprivate.h"