2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-03-31 17:10:47 +08:00

[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

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

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