diff --git a/mosaic/read_mosaic.c b/mosaic/read_mosaic.c index cbbe4f4b58..9fafad1f2b 100644 --- a/mosaic/read_mosaic.c +++ b/mosaic/read_mosaic.c @@ -23,9 +23,7 @@ #include "read_mosaic.h" #include "constant.h" #include "mosaic_util.h" -#ifdef use_netCDF #include -#endif /** \file * \ingroup mosaic diff --git a/test_fms/mosaic2/Makefile.am b/test_fms/mosaic2/Makefile.am index ca0b4804d4..3234f710b0 100644 --- a/test_fms/mosaic2/Makefile.am +++ b/test_fms/mosaic2/Makefile.am @@ -47,10 +47,6 @@ test_grid2_r8_CPPFLAGS =-DTEST_MOS_KIND_=8 $(AM_CPPFLAGS) # These files are also included in the distribution. EXTRA_DIST = test_mosaic2.sh -if SKIP_MOSAIC_TESTS -TESTS_ENVIRONMENT = SKIP_TESTS="test_mosaic2.1 test_mosaic2.2 test_mosaic2.3 test_mosaic2.4" -endif - # Run the test program. TESTS = test_mosaic2.sh