diff --git a/.gitattributes b/.gitattributes index d4b5842..1dd7b0d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -460,6 +460,7 @@ src/include/H5Fed_tags.h -text src/include/H5Part.h -text src/include/H5_attribs.h -text src/include/H5_inquiry.h -text +src/include/H5hut.h -text src/include/h5core/h5_attribs.h -text src/include/h5core/h5_core.h -text src/include/h5core/h5_errno.h -text diff --git a/src/include/H5hut.h b/src/include/H5hut.h new file mode 100644 index 0000000..cd5d15c --- /dev/null +++ b/src/include/H5hut.h @@ -0,0 +1,10 @@ +#ifndef __H5HUT_H +#define __H5HUT_H + +#include "H5.h" +#include "H5_attribs.h" +#include "H5Part.h" +#include "H5Block.h" +#include "H5Fed.h" + +#endif