Skip to content

Commit

Permalink
removed include of internal netcdf file nc4dispatch.h
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jul 28, 2019
1 parent cc5832b commit b28779c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ncint/ncintdispatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "config.h"
#include <stdlib.h>
#include "ncintdispatch.h"
#include "nc4dispatch.h"
#include "nc4internal.h"
#include "pio.h"
#include "pio_internal.h"
Expand Down
3 changes: 3 additions & 0 deletions tests/fncint/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

# Ed Hartnett 7/3/19

# Put together AM_CPPFLAGS and AM_LDFLAGS.
include $(top_srcdir)/set_flags.am

# Link to the PIO Fortran and C libraries.
LDADD = ${top_builddir}/src/flib/libpiof.la ${top_builddir}/src/clib/libpioc.la

Expand Down

0 comments on commit b28779c

Please sign in to comment.