mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
Refactor
This commit is contained in:
parent
9b493b9160
commit
c7529d36bd
plugins
@ -1,3 +1,4 @@
|
||||
#include "config.h"
|
||||
#include <sys/types.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@ -7,7 +8,7 @@
|
||||
/* Older versions of the hdf library may define H5PL_type_t here */
|
||||
#include <H5PLextern.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
||||
#ifndef DLL_EXPORT
|
||||
#define DLL_EXPORT
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
@ -8,8 +9,6 @@
|
||||
#include <H5PLextern.h>
|
||||
#include "h5misc.h"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef DLL_EXPORT
|
||||
#define DLL_EXPORT
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user