From 63287b8fb6feea649507a3dabfb94571e832be02 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 22 Apr 2010 13:15:00 +0000 Subject: [PATCH] header file renamed --- .gitattributes | 2 +- src/{h5core/h5b_types_private.h => include/h5core/h5b_types.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{h5core/h5b_types_private.h => include/h5core/h5b_types.h} (100%) diff --git a/.gitattributes b/.gitattributes index aeb71a3..5ad0e33 100644 --- a/.gitattributes +++ b/.gitattributes @@ -407,7 +407,6 @@ src/h5core/h5_syscall.c -text src/h5core/h5_syscall_private.h -text src/h5core/h5_types_private.h -text src/h5core/h5b_errorhandling_private.h -text -src/h5core/h5b_types_private.h -text src/h5core/h5t_adjacencies.c -text src/h5core/h5t_consts.c -text src/h5core/h5t_consts_private.h -text @@ -454,6 +453,7 @@ src/include/h5core/h5_maps.h -text src/include/h5core/h5_openclose.h -text src/include/h5core/h5_readwrite.h -text src/include/h5core/h5_types.h -text +src/include/h5core/h5b_types.h -text src/include/h5core/h5t_adjacencies.h -text src/include/h5core/h5t_core.h -text src/include/h5core/h5t_inquiry.h -text diff --git a/src/h5core/h5b_types_private.h b/src/include/h5core/h5b_types.h similarity index 100% rename from src/h5core/h5b_types_private.h rename to src/include/h5core/h5b_types.h