do not include 'h5_init.h' where not required
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
#include "private/h5t_io.h"
|
||||
#include "private/h5t_tags.h"
|
||||
|
||||
#include "private/h5_init.h"
|
||||
|
||||
#include "h5core/h5_model.h"
|
||||
#include "private/h5t_core.h"
|
||||
#include "private/h5t_store.h"
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#include "private/h5t_store.h"
|
||||
#include "private/h5t_core.h"
|
||||
#include "private/h5t_io.h"
|
||||
#include "private/h5_init.h"
|
||||
#include "private/h5_file.h"
|
||||
#include "private/h5_mpi.h"
|
||||
|
||||
@@ -687,6 +686,7 @@ rebuild_map_elem_g2l (
|
||||
h5priv_sort_idxmap (map);
|
||||
H5_RETURN (H5_SUCCESS);
|
||||
}
|
||||
|
||||
/*
|
||||
Rebuild mapping of global element indices to their local indices.
|
||||
*/
|
||||
|
||||
@@ -21,8 +21,6 @@
|
||||
#include "private/h5t_model.h"
|
||||
#include "private/h5t_tags.h"
|
||||
|
||||
#include "private/h5_init.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
static h5_err_t
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
#include "private/h5_file.h"
|
||||
#include "private/h5_types.h"
|
||||
#include "private/h5_init.h"
|
||||
#include "private/h5t_types.h"
|
||||
#include "private/h5t_model.h"
|
||||
#include "private/h5t_access.h"
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include "h5core/h5_syscall.h"
|
||||
|
||||
#include "private/h5_file.h"
|
||||
#include "private/h5_init.h"
|
||||
#include "private/h5t_types.h"
|
||||
#include "private/h5t_model.h"
|
||||
#include "private/h5t_access.h"
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include "private/h5t_store.h"
|
||||
|
||||
#include "private/h5_file.h"
|
||||
#include "private/h5_init.h"
|
||||
#include "private/h5t_core.h"
|
||||
|
||||
static struct h5t_methods tet_funcs = {
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include "private/h5t_retrieve.h"
|
||||
#include "private/h5t_store.h"
|
||||
|
||||
#include "private/h5_init.h"
|
||||
#include "private/h5t_core.h"
|
||||
|
||||
static struct h5t_methods tri_funcs = {
|
||||
|
||||
Reference in New Issue
Block a user