Skip to content

Commit

Permalink
gs1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Apr 28, 2024
1 parent 8b56823 commit 24cc150
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions libdap4/d4file.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* See netcdf/COPYRIGHT file for copying and redistribution conditions.
*********************************************************************/

#include "config.h"
#include "ncdispatch.h"
#include "ncd4dispatch.h"
#include "d4includes.h"
Expand Down
1 change: 1 addition & 0 deletions libhdf5/hdf5create.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include "config.h"
#include "netcdf.h"
#include "ncdispatch.h"
#include "ncpathmgr.h"
#include "ncpathmgr.h"
#include "hdf5internal.h"
Expand Down
1 change: 1 addition & 0 deletions libhdf5/hdf5open.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include "config.h"
#include "ncdispatch.h"
#include "hdf5internal.h"
#include "hdf5err.h"
#include "hdf5debug.h"
Expand Down
1 change: 1 addition & 0 deletions ncdump/tst_rcapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <string.h>

#include "netcdf.h"
#include "ncdispatch.h"

#undef DEBUG

Expand Down
1 change: 1 addition & 0 deletions ncdump/tst_rcmerge.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <string.h>
#include "netcdf.h"
#include "ncrc.h"
#include "ncdispatch.h"
#include "nc4internal.h"

static void
Expand Down
3 changes: 2 additions & 1 deletion oc2/ocinternal.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
#endif

#include <errno.h>

#include "config.h"
#include "ncdispatch.h"
#include "nc4internal.h"
#include "ocinternal.h"
#include "ocdebug.h"
Expand Down

0 comments on commit 24cc150

Please sign in to comment.