diff options
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r-- | src/H5Cprivate.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h index b6614a2..ffa93e7 100644 --- a/src/H5Cprivate.h +++ b/src/H5Cprivate.h @@ -10,20 +10,17 @@ * * ****************************************************************************/ -/* $Id$ */ - /* * This file contains private information about the H5C module */ - #ifndef _H5Cprivate_H #define _H5Cprivate_H + #include <H5Cpublic.h> /* Private headers needed by this file */ #include <H5private.h> #include <H5Fprivate.h> -hid_t H5C_create(H5C_class_t type, void *tmpl); - +hid_t H5C_create (H5C_class_t type, void *tmpl); #endif |