From bf5d529160f9639fde2d4baa021eddd39d0faee2 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 22 Apr 2010 13:17:47 +0000 Subject: [PATCH] moved --- .gitattributes | 2 +- src/{include/h5core/h5b_types.h => h5core/h5b_types_private.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{include/h5core/h5b_types.h => h5core/h5b_types_private.h} (100%) diff --git a/.gitattributes b/.gitattributes index 5ad0e33..aeb71a3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -407,6 +407,7 @@ 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 @@ -453,7 +454,6 @@ 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/include/h5core/h5b_types.h b/src/h5core/h5b_types_private.h similarity index 100% rename from src/include/h5core/h5b_types.h rename to src/h5core/h5b_types_private.h