diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lib/h5tools.c | 1 | ||||
-rw-r--r-- | tools/test/h5copy/dynlib_copy.c | 2 | ||||
-rw-r--r-- | tools/test/h5diff/dynlib_diff.c | 2 | ||||
-rw-r--r-- | tools/test/h5diff/h5diffgentest.c | 1 | ||||
-rw-r--r-- | tools/test/h5dump/dynlib_dump.c | 2 | ||||
-rw-r--r-- | tools/test/h5jam/h5jamgentest.c | 1 | ||||
-rw-r--r-- | tools/test/h5ls/dynlib_ls.c | 2 | ||||
-rw-r--r-- | tools/test/h5repack/dynlib_rpk.c | 2 | ||||
-rw-r--r-- | tools/test/h5repack/dynlib_vrpk.c | 2 | ||||
-rw-r--r-- | tools/test/perform/chunk.c | 1 |
10 files changed, 6 insertions, 10 deletions
diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c index 41bea54..eee9c53 100644 --- a/tools/lib/h5tools.c +++ b/tools/lib/h5tools.c @@ -21,7 +21,6 @@ #include "h5tools_ref.h" #include "h5tools_utils.h" #include "H5private.h" -#include "hdf5dev.h" #ifdef H5_TOOLS_DEBUG /* global debug variables */ diff --git a/tools/test/h5copy/dynlib_copy.c b/tools/test/h5copy/dynlib_copy.c index e7d074d..b954a22 100644 --- a/tools/test/h5copy/dynlib_copy.c +++ b/tools/test/h5copy/dynlib_copy.c @@ -15,7 +15,7 @@ #include <stdlib.h> #include <stdio.h> -#include "hdf5dev.h" +#include "H5PLextern.h" #define H5Z_FILTER_DYNLIBUD 300 #define MULTIPLIER 3 diff --git a/tools/test/h5diff/dynlib_diff.c b/tools/test/h5diff/dynlib_diff.c index 61abb90..433522d 100644 --- a/tools/test/h5diff/dynlib_diff.c +++ b/tools/test/h5diff/dynlib_diff.c @@ -15,7 +15,7 @@ #include <stdlib.h> #include <stdio.h> -#include "hdf5dev.h" +#include "H5PLextern.h" #define H5Z_FILTER_DYNLIBUD 300 #define MULTIPLIER 3 diff --git a/tools/test/h5diff/h5diffgentest.c b/tools/test/h5diff/h5diffgentest.c index 58d6129..f03254e 100644 --- a/tools/test/h5diff/h5diffgentest.c +++ b/tools/test/h5diff/h5diffgentest.c @@ -13,7 +13,6 @@ #include "hdf5.h" #include "H5private.h" -#include "hdf5dev.h" /* * The output functions need a temporary buffer to hold a piece of the diff --git a/tools/test/h5dump/dynlib_dump.c b/tools/test/h5dump/dynlib_dump.c index 61abb90..433522d 100644 --- a/tools/test/h5dump/dynlib_dump.c +++ b/tools/test/h5dump/dynlib_dump.c @@ -15,7 +15,7 @@ #include <stdlib.h> #include <stdio.h> -#include "hdf5dev.h" +#include "H5PLextern.h" #define H5Z_FILTER_DYNLIBUD 300 #define MULTIPLIER 3 diff --git a/tools/test/h5jam/h5jamgentest.c b/tools/test/h5jam/h5jamgentest.c index cea4e76..1da6b63 100644 --- a/tools/test/h5jam/h5jamgentest.c +++ b/tools/test/h5jam/h5jamgentest.c @@ -23,7 +23,6 @@ #include "hdf5.h" #include "H5private.h" -#include "hdf5dev.h" /* not used yet #define UBTXT1 "u0.txt" diff --git a/tools/test/h5ls/dynlib_ls.c b/tools/test/h5ls/dynlib_ls.c index 61abb90..433522d 100644 --- a/tools/test/h5ls/dynlib_ls.c +++ b/tools/test/h5ls/dynlib_ls.c @@ -15,7 +15,7 @@ #include <stdlib.h> #include <stdio.h> -#include "hdf5dev.h" +#include "H5PLextern.h" #define H5Z_FILTER_DYNLIBUD 300 #define MULTIPLIER 3 diff --git a/tools/test/h5repack/dynlib_rpk.c b/tools/test/h5repack/dynlib_rpk.c index 0fa0642..b228344 100644 --- a/tools/test/h5repack/dynlib_rpk.c +++ b/tools/test/h5repack/dynlib_rpk.c @@ -18,7 +18,7 @@ #include <stdlib.h> #include <stdio.h> -#include "hdf5dev.h" +#include "H5PLextern.h" #define H5Z_FILTER_DYNLIB1 257 diff --git a/tools/test/h5repack/dynlib_vrpk.c b/tools/test/h5repack/dynlib_vrpk.c index 454ae49..5eac4f2 100644 --- a/tools/test/h5repack/dynlib_vrpk.c +++ b/tools/test/h5repack/dynlib_vrpk.c @@ -15,7 +15,7 @@ #include <stdlib.h> #include <stdio.h> -#include "hdf5dev.h" +#include "H5PLextern.h" #define H5Z_FILTER_DYNLIB4 260 diff --git a/tools/test/perform/chunk.c b/tools/test/perform/chunk.c index 209fd43..5e2dde2 100644 --- a/tools/test/perform/chunk.c +++ b/tools/test/perform/chunk.c @@ -22,7 +22,6 @@ /* See H5private.h for how to include headers */ #include "hdf5.h" -#include "hdf5dev.h" #include <assert.h> #include <stdio.h> |