diff options
Diffstat (limited to 'hl/src/H5IM.c')
-rw-r--r-- | hl/src/H5IM.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hl/src/H5IM.c b/hl/src/H5IM.c index 19eb805..12269c4 100644 --- a/hl/src/H5IM.c +++ b/hl/src/H5IM.c @@ -12,11 +12,11 @@ * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -#include "H5IM.h" - - +#include "H5IMprivate.h" +#include "H5LTprivate.h" #include <string.h> #include <stdlib.h> + /*------------------------------------------------------------------------- * Function: H5IMmake_image_8bit * |