diff options
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" |