src/h5core/h5_model.c

src/h5core/h5b_attribs.c:
- cleanup/review header file we have to include
This commit is contained in:
2016-06-22 15:24:05 +02:00
parent a64f2ce03a
commit f5729f6f07
2 changed files with 1 additions and 5 deletions
+1 -3
View File
@@ -9,12 +9,10 @@
#include <string.h>
#include "h5core/h5_model.h"
#include "private/h5_types.h"
#include "private/h5_hdf5.h"
#include "private/h5_model.h"
#include "private/h5_mpi.h"
#include "private/h5_io.h"
#include "private/h5_va_macros.h"
h5_err_t
h5priv_close_step (
-2
View File
@@ -8,9 +8,7 @@
*/
#include "private/h5_log.h"
#include "private/h5_file.h"
#include "private/h5_hdf5.h"
#include "private/h5_attribs.h"
#include "private/h5b_types.h"
#include "private/h5b_model.h"