From 3e56a006f09fe4eb46cc47180cf1edc0db857c6b Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Wed, 2 May 2018 11:16:20 +0200 Subject: [PATCH] remove obsolete inclusions of dune/common/version.hh --- dumux/assembly/staggeredlocalassembler.hh | 1 - dumux/common/defaultmappertraits.hh | 1 - dumux/common/fvproblem.hh | 1 - dumux/common/geometry/geometricentityset.hh | 1 - dumux/common/geometry/geometryintersection.hh | 1 - dumux/common/geometry/makegeometry.hh | 1 - dumux/common/intersectionmapper.hh | 1 - dumux/common/properties/grid.hh | 1 - dumux/common/staggeredfvproblem.hh | 1 - dumux/discretization/basefvgridgeometry.hh | 1 - dumux/discretization/box/boxgeometryhelper.hh | 1 - dumux/discretization/box/fvelementgeometry.hh | 1 - dumux/discretization/box/subcontrolvolume.hh | 1 - dumux/discretization/box/subcontrolvolumeface.hh | 1 - dumux/discretization/cellcentered/mpfa/fvelementgeometry.hh | 1 - dumux/discretization/cellcentered/mpfa/helper.hh | 1 - dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh | 1 - .../staggered/freeflow/staggeredgeometryhelper.hh | 1 - dumux/freeflow/navierstokes/staggered/fluxoversurface.hh | 1 - dumux/io/adaptivegridrestart.hh | 1 - dumux/io/cakegridcreator.hh | 1 - dumux/io/gridcreator.hh | 2 -- dumux/io/vtkmultiwriter.hh | 1 - dumux/io/vtkoutputmodule.hh | 1 - dumux/linear/seqsolverbackend.hh | 1 - dumux/material/spatialparams/gstatrandomfield.hh | 1 - .../1p/sequential/diffusion/cellcentered/velocity.hh | 1 - .../2p/sequential/diffusion/cellcentered/velocity.hh | 1 - .../2p/sequential/diffusion/mimetic/croperator.hh | 1 - .../porousmediumflow/2p/sequential/diffusion/mimetic/mimetic.hh | 1 - .../2p/sequential/diffusion/mimetic/pressure.hh | 1 - .../2p/sequential/diffusion/mimetic/pressureadaptive.hh | 1 - .../2p/sequential/diffusion/mpfa/lmethod/2dpressure.hh | 1 - .../2p/sequential/diffusion/mpfa/lmethod/2dpressureadaptive.hh | 1 - .../2p/sequential/diffusion/mpfa/lmethod/2dpressurevelocity.hh | 1 - .../diffusion/mpfa/lmethod/2dpressurevelocityadaptive.hh | 1 - .../2p/sequential/diffusion/mpfa/lmethod/2dvelocity.hh | 1 - .../diffusion/mpfa/lmethod/3dinteractionvolumecontainer.hh | 1 - .../mpfa/lmethod/3dinteractionvolumecontaineradaptive.hh | 1 - .../2p/sequential/diffusion/mpfa/lmethod/3dpressurevelocity.hh | 1 - .../2p/sequential/diffusion/mpfa/omethod/2dpressure.hh | 1 - .../2p/sequential/diffusion/mpfa/omethod/2dpressurevelocity.hh | 1 - .../2p/sequential/diffusion/mpfa/omethod/2dvelocity.hh | 1 - dumux/porousmediumflow/2p2c/sequential/fv3dpressureadaptive.hh | 1 - dumux/porousmediumflow/sequential/properties.hh | 1 - dumux/porousmediumflow/sequential/variableclass.hh | 1 - dumux/porousmediumflow/velocityoutput.hh | 1 - test/common/boundingboxtree/test_bboxtree.cc | 1 - test/common/boundingboxtree/test_geometry_fracture.cc | 1 - test/common/geometry/test_1d3d_intersection.cc | 1 - test/io/gridcreator/test_gridcreator_gmsh.cc | 1 - 51 files changed, 52 deletions(-) diff --git a/dumux/assembly/staggeredlocalassembler.hh b/dumux/assembly/staggeredlocalassembler.hh index 7fee790e90..f1174e31f7 100644 --- a/dumux/assembly/staggeredlocalassembler.hh +++ b/dumux/assembly/staggeredlocalassembler.hh @@ -25,7 +25,6 @@ #ifndef DUMUX_STAGGERED_LOCAL_ASSEMBLER_HH #define DUMUX_STAGGERED_LOCAL_ASSEMBLER_HH -#include <dune/common/version.hh> #include <dune/common/hybridutilities.hh> #include <dune/common/rangeutilities.hh> diff --git a/dumux/common/defaultmappertraits.hh b/dumux/common/defaultmappertraits.hh index e36274aea3..5c485118a4 100644 --- a/dumux/common/defaultmappertraits.hh +++ b/dumux/common/defaultmappertraits.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_DEFAULT_MAPPER_TRAITS_HH #define DUMUX_DEFAULT_MAPPER_TRAITS_HH -#include <dune/common/version.hh> #include <dune/grid/common/mcmgmapper.hh> namespace Dumux { diff --git a/dumux/common/fvproblem.hh b/dumux/common/fvproblem.hh index 3e9d4c316e..64c76771e2 100644 --- a/dumux/common/fvproblem.hh +++ b/dumux/common/fvproblem.hh @@ -27,7 +27,6 @@ #include <memory> #include <map> -#include <dune/common/version.hh> #include <dune/common/fvector.hh> #include <dune/grid/common/gridenums.hh> diff --git a/dumux/common/geometry/geometricentityset.hh b/dumux/common/geometry/geometricentityset.hh index 686c59e4ed..9640b5dfe9 100644 --- a/dumux/common/geometry/geometricentityset.hh +++ b/dumux/common/geometry/geometricentityset.hh @@ -25,7 +25,6 @@ #define DUMUX_GRIDVIEW_GEOMETRIC_ENTITY_SET_HH #include <memory> -#include <dune/common/version.hh> #include <dune/grid/common/mcmgmapper.hh> #include <dumux/common/entitymap.hh> diff --git a/dumux/common/geometry/geometryintersection.hh b/dumux/common/geometry/geometryintersection.hh index deabdfb94e..54240d6fc3 100644 --- a/dumux/common/geometry/geometryintersection.hh +++ b/dumux/common/geometry/geometryintersection.hh @@ -23,7 +23,6 @@ #ifndef DUMUX_GEOMETRY_INTERSECTION_HH #define DUMUX_GEOMETRY_INTERSECTION_HH -#include <dune/common/version.hh> #include <dune/common/exceptions.hh> #include <dune/common/promotiontraits.hh> #include <dune/geometry/referenceelements.hh> diff --git a/dumux/common/geometry/makegeometry.hh b/dumux/common/geometry/makegeometry.hh index ba1471ac5d..5907b7faf0 100644 --- a/dumux/common/geometry/makegeometry.hh +++ b/dumux/common/geometry/makegeometry.hh @@ -26,7 +26,6 @@ #include <array> #include <dune/common/fvector.hh> #include <dune/common/fmatrix.hh> -#include <dune/common/version.hh> #include <dune/geometry/multilineargeometry.hh> #include <dumux/common/math.hh> #include <dumux/common/geometry/grahamconvexhull.hh> diff --git a/dumux/common/intersectionmapper.hh b/dumux/common/intersectionmapper.hh index 8bad3ff9e6..a2067d2cae 100644 --- a/dumux/common/intersectionmapper.hh +++ b/dumux/common/intersectionmapper.hh @@ -29,7 +29,6 @@ #include <dune/grid/common/mcmgmapper.hh> #include <dune/grid/common/rangegenerators.hh> -#include <dune/common/version.hh> namespace Dumux { diff --git a/dumux/common/properties/grid.hh b/dumux/common/properties/grid.hh index 089f5f99b3..2f4803a0b5 100644 --- a/dumux/common/properties/grid.hh +++ b/dumux/common/properties/grid.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_GRID_PROPERTIES_HH #define DUMUX_GRID_PROPERTIES_HH -#include <dune/common/version.hh> #include <dune/common/fvector.hh> #include <dumux/common/properties.hh> diff --git a/dumux/common/staggeredfvproblem.hh b/dumux/common/staggeredfvproblem.hh index d5b669f9b0..d0dcc587d3 100644 --- a/dumux/common/staggeredfvproblem.hh +++ b/dumux/common/staggeredfvproblem.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_STAGGERD_FV_PROBLEM_HH #define DUMUX_STAGGERD_FV_PROBLEM_HH -#include <dune/common/version.hh> #include <dune/common/rangeutilities.hh> #include <dumux/common/properties.hh> diff --git a/dumux/discretization/basefvgridgeometry.hh b/dumux/discretization/basefvgridgeometry.hh index d0a6b4b9d2..0bf49c8922 100644 --- a/dumux/discretization/basefvgridgeometry.hh +++ b/dumux/discretization/basefvgridgeometry.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_DISCRETIZATION_BASE_FV_GRID_GEOMETRY_HH #define DUMUX_DISCRETIZATION_BASE_FV_GRID_GEOMETRY_HH -#include <dune/common/version.hh> #include <dune/grid/common/mcmgmapper.hh> #include <dumux/common/properties.hh> diff --git a/dumux/discretization/box/boxgeometryhelper.hh b/dumux/discretization/box/boxgeometryhelper.hh index d1fadc2d04..5766d9afd5 100644 --- a/dumux/discretization/box/boxgeometryhelper.hh +++ b/dumux/discretization/box/boxgeometryhelper.hh @@ -25,7 +25,6 @@ #define DUMUX_DISCRETIZATION_BOX_GEOMETRY_HELPER_HH #include <array> -#include <dune/common/version.hh> #include <dune/geometry/referenceelements.hh> #include <dumux/common/math.hh> diff --git a/dumux/discretization/box/fvelementgeometry.hh b/dumux/discretization/box/fvelementgeometry.hh index c4ef5e6589..8de69cfe7f 100644 --- a/dumux/discretization/box/fvelementgeometry.hh +++ b/dumux/discretization/box/fvelementgeometry.hh @@ -26,7 +26,6 @@ #ifndef DUMUX_DISCRETIZATION_BOX_FV_ELEMENT_GEOMETRY_HH #define DUMUX_DISCRETIZATION_BOX_FV_ELEMENT_GEOMETRY_HH -#include <dune/common/version.hh> #include <dune/geometry/referenceelements.hh> #include <dune/localfunctions/lagrange/pqkfactory.hh> diff --git a/dumux/discretization/box/subcontrolvolume.hh b/dumux/discretization/box/subcontrolvolume.hh index 68e1011697..2513c41daa 100644 --- a/dumux/discretization/box/subcontrolvolume.hh +++ b/dumux/discretization/box/subcontrolvolume.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_DISCRETIZATION_BOX_SUBCONTROLVOLUME_HH #define DUMUX_DISCRETIZATION_BOX_SUBCONTROLVOLUME_HH -#include <dune/common/version.hh> #include <dune/geometry/multilineargeometry.hh> #include <dumux/discretization/subcontrolvolumebase.hh> diff --git a/dumux/discretization/box/subcontrolvolumeface.hh b/dumux/discretization/box/subcontrolvolumeface.hh index 9a0a042023..7d2c8396e2 100644 --- a/dumux/discretization/box/subcontrolvolumeface.hh +++ b/dumux/discretization/box/subcontrolvolumeface.hh @@ -26,7 +26,6 @@ #include <utility> #include <dune/geometry/type.hh> -#include <dune/common/version.hh> #include <dune/geometry/multilineargeometry.hh> #include <dumux/common/boundaryflag.hh> diff --git a/dumux/discretization/cellcentered/mpfa/fvelementgeometry.hh b/dumux/discretization/cellcentered/mpfa/fvelementgeometry.hh index be31dde46c..fca047585f 100644 --- a/dumux/discretization/cellcentered/mpfa/fvelementgeometry.hh +++ b/dumux/discretization/cellcentered/mpfa/fvelementgeometry.hh @@ -26,7 +26,6 @@ #ifndef DUMUX_DISCRETIZATION_CCMPFA_FV_ELEMENT_GEOMETRY_HH #define DUMUX_DISCRETIZATION_CCMPFA_FV_ELEMENT_GEOMETRY_HH -#include <dune/common/version.hh> #include <dune/common/exceptions.hh> #include <dune/common/iteratorrange.hh> #include <dune/geometry/referenceelements.hh> diff --git a/dumux/discretization/cellcentered/mpfa/helper.hh b/dumux/discretization/cellcentered/mpfa/helper.hh index 3e7858c563..75e974d862 100644 --- a/dumux/discretization/cellcentered/mpfa/helper.hh +++ b/dumux/discretization/cellcentered/mpfa/helper.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_DISCRETIZATION_CC_MPFA_HELPER_HH #define DUMUX_DISCRETIZATION_CC_MPFA_HELPER_HH -#include <dune/common/version.hh> #include <dune/common/exceptions.hh> #include <dune/common/fvector.hh> #include <dune/common/fmatrix.hh> diff --git a/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh b/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh index f39d2d0b41..d1306bc173 100644 --- a/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh +++ b/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh @@ -26,7 +26,6 @@ #include <vector> #include <array> -#include <dune/common/version.hh> #include <dune/common/reservedvector.hh> #include <dune/common/fvector.hh> #include <dune/geometry/type.hh> diff --git a/dumux/discretization/staggered/freeflow/staggeredgeometryhelper.hh b/dumux/discretization/staggered/freeflow/staggeredgeometryhelper.hh index 34a7a3d979..c906d0f6e9 100644 --- a/dumux/discretization/staggered/freeflow/staggeredgeometryhelper.hh +++ b/dumux/discretization/staggered/freeflow/staggeredgeometryhelper.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_DISCRETIZATION_STAGGERED_GEOMETRY_HELPER_HH #define DUMUX_DISCRETIZATION_STAGGERED_GEOMETRY_HELPER_HH -#include <dune/common/version.hh> #include <dune/geometry/multilineargeometry.hh> #include <dune/geometry/referenceelements.hh> diff --git a/dumux/freeflow/navierstokes/staggered/fluxoversurface.hh b/dumux/freeflow/navierstokes/staggered/fluxoversurface.hh index 39c9add1cc..9e396b3d94 100644 --- a/dumux/freeflow/navierstokes/staggered/fluxoversurface.hh +++ b/dumux/freeflow/navierstokes/staggered/fluxoversurface.hh @@ -29,7 +29,6 @@ #include <type_traits> #include <dune/common/exceptions.hh> -#include <dune/common/version.hh> #include <dune/common/fvector.hh> #include <dune/common/fmatrix.hh> #include <dune/geometry/type.hh> diff --git a/dumux/io/adaptivegridrestart.hh b/dumux/io/adaptivegridrestart.hh index 9c3e9ca504..addb5a801f 100644 --- a/dumux/io/adaptivegridrestart.hh +++ b/dumux/io/adaptivegridrestart.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_ADAPTIVEGRIDRESTART_HH #define DUMUX_ADAPTIVEGRIDRESTART_HH -#include <dune/common/version.hh> #if HAVE_DUNE_ALUGRID #include <dune/alugrid/grid.hh> diff --git a/dumux/io/cakegridcreator.hh b/dumux/io/cakegridcreator.hh index 0d928cf2fc..8bbaea8b3e 100644 --- a/dumux/io/cakegridcreator.hh +++ b/dumux/io/cakegridcreator.hh @@ -30,7 +30,6 @@ #include <cmath> #include <algorithm> -#include <dune/common/version.hh> #include <dune/common/dynvector.hh> #include <dune/grid/common/gridfactory.hh> #include <dumux/common/properties.hh> diff --git a/dumux/io/gridcreator.hh b/dumux/io/gridcreator.hh index 970c5aefce..767ee716c8 100644 --- a/dumux/io/gridcreator.hh +++ b/dumux/io/gridcreator.hh @@ -32,7 +32,6 @@ #include <memory> #include <sstream> -#include <dune/common/version.hh> #include <dune/common/exceptions.hh> #include <dune/common/classname.hh> #include <dune/common/parallel/collectivecommunication.hh> @@ -65,7 +64,6 @@ // FoamGrid specific includes #if HAVE_DUNE_FOAMGRID #include <dune/foamgrid/foamgrid.hh> -#include <dune/common/version.hh> #include <dune/foamgrid/dgffoam.hh> #endif diff --git a/dumux/io/vtkmultiwriter.hh b/dumux/io/vtkmultiwriter.hh index 473d0eb3cf..d67c210abf 100644 --- a/dumux/io/vtkmultiwriter.hh +++ b/dumux/io/vtkmultiwriter.hh @@ -41,7 +41,6 @@ #include <dumux/common/valgrind.hh> -#include <dune/common/version.hh> #include <dune/common/deprecated.hh> #if HAVE_MPI diff --git a/dumux/io/vtkoutputmodule.hh b/dumux/io/vtkoutputmodule.hh index f1f115f9d7..4c6b375593 100644 --- a/dumux/io/vtkoutputmodule.hh +++ b/dumux/io/vtkoutputmodule.hh @@ -26,7 +26,6 @@ #include <functional> -#include <dune/common/version.hh> #include <dune/common/timer.hh> #include <dune/common/fvector.hh> #include <dune/common/typetraits.hh> diff --git a/dumux/linear/seqsolverbackend.hh b/dumux/linear/seqsolverbackend.hh index c3365903cd..58e6ed9855 100644 --- a/dumux/linear/seqsolverbackend.hh +++ b/dumux/linear/seqsolverbackend.hh @@ -30,7 +30,6 @@ #include <dune/istl/solvers.hh> #include <dune/istl/superlu.hh> #include <dune/istl/umfpack.hh> -#include <dune/common/version.hh> #include <dumux/common/parameters.hh> #include <dumux/common/properties.hh> diff --git a/dumux/material/spatialparams/gstatrandomfield.hh b/dumux/material/spatialparams/gstatrandomfield.hh index a5fcc7907f..3eaf7a3222 100644 --- a/dumux/material/spatialparams/gstatrandomfield.hh +++ b/dumux/material/spatialparams/gstatrandomfield.hh @@ -29,7 +29,6 @@ #include <dune/grid/common/mcmgmapper.hh> #include <dune/grid/io/file/vtk.hh> -#include <dune/common/version.hh> namespace Dumux { diff --git a/dumux/porousmediumflow/1p/sequential/diffusion/cellcentered/velocity.hh b/dumux/porousmediumflow/1p/sequential/diffusion/cellcentered/velocity.hh index 1c8fbc235d..8f2a9f8bbf 100644 --- a/dumux/porousmediumflow/1p/sequential/diffusion/cellcentered/velocity.hh +++ b/dumux/porousmediumflow/1p/sequential/diffusion/cellcentered/velocity.hh @@ -19,7 +19,6 @@ #ifndef DUMUX_FVVELOCITY1P_HH #define DUMUX_FVVELOCITY1P_HH -#include <dune/common/version.hh> #include <dumux/porousmediumflow/1p/sequential/properties.hh> /*! diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/cellcentered/velocity.hh b/dumux/porousmediumflow/2p/sequential/diffusion/cellcentered/velocity.hh index 04ae4c5a9e..f696e8d132 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/cellcentered/velocity.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/cellcentered/velocity.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_FVVELOCITY2P_HH #define DUMUX_FVVELOCITY2P_HH -#include <dune/common/version.hh> #include <dune/common/float_cmp.hh> #include <dune/grid/common/gridenums.hh> #include <dumux/porousmediumflow/2p/sequential/diffusion/properties.hh> diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/croperator.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/croperator.hh index 17d52e48f2..ada0e849d5 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/croperator.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/croperator.hh @@ -34,7 +34,6 @@ #include<dune/common/fvector.hh> #include<dune/common/fmatrix.hh> #include<dune/common/exceptions.hh> -#include<dune/common/version.hh> #include<dune/geometry/type.hh> #include<dune/grid/common/grid.hh> #include<dune/grid/common/mcmgmapper.hh> diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/mimetic.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/mimetic.hh index b84ef09573..164cede101 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/mimetic.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/mimetic.hh @@ -32,7 +32,6 @@ #include<sstream> #include<dune/common/exceptions.hh> -#include<dune/common/version.hh> #include<dune/grid/common/grid.hh> #include<dune/geometry/type.hh> #include<dune/geometry/quadraturerules.hh> diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/pressure.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/pressure.hh index 259d24297f..0b1c7ce860 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/pressure.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/pressure.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_MIMETICPRESSURE2P_HH #define DUMUX_MIMETICPRESSURE2P_HH -#include <dune/common/version.hh> // dumux environment #include <dumux/porousmediumflow/sequential/mimetic/properties.hh> diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/pressureadaptive.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/pressureadaptive.hh index 7e501315e0..db56d4a8b6 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/pressureadaptive.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mimetic/pressureadaptive.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_MIMETICPRESSURE2PADAPTIVE_HH #define DUMUX_MIMETICPRESSURE2PADAPTIVE_HH -#include <dune/common/version.hh> // dumux environment #include <dumux/porousmediumflow/sequential/mimetic/properties.hh> diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressure.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressure.hh index 15942fda28..c526b6a724 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressure.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressure.hh @@ -22,7 +22,6 @@ #ifndef DUMUX_FVMPFAL2DPRESSURE2P_HH #define DUMUX_FVMPFAL2DPRESSURE2P_HH -#include <dune/common/version.hh> // dumux environment #include <dumux/porousmediumflow/sequential/cellcentered/pressure.hh> diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressureadaptive.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressureadaptive.hh index 694fb7da92..d4badd94d0 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressureadaptive.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressureadaptive.hh @@ -22,7 +22,6 @@ #ifndef DUMUX_FVMPFAL2DPRESSURE2P_ADAPTIVE_HH #define DUMUX_FVMPFAL2DPRESSURE2P_ADAPTIVE_HH -#include <dune/common/version.hh> // dumux environment #include <dumux/porousmediumflow/sequential/cellcentered/pressure.hh> diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressurevelocity.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressurevelocity.hh index 8b3fcf7730..7353319fa4 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressurevelocity.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressurevelocity.hh @@ -22,7 +22,6 @@ #ifndef DUMUX_MPFAL2DPRESSUREVELOCITY2P_HH #define DUMUX_MPFAL2DPRESSUREVELOCITY2P_HH -#include <dune/common/version.hh> #include <dune/common/float_cmp.hh> #include "2dpressure.hh" diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressurevelocityadaptive.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressurevelocityadaptive.hh index 55e4c6d0b8..1e6e4d2ec4 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressurevelocityadaptive.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dpressurevelocityadaptive.hh @@ -22,7 +22,6 @@ #ifndef DUMUX_MPFAL2DPRESSUREVELOCITIES2P_ADAPTIVE_HH #define DUMUX_MPFAL2DPRESSUREVELOCITIES2P_ADAPTIVE_HH -#include <dune/common/version.hh> #include <dune/common/float_cmp.hh> #include "2dpressureadaptive.hh" diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dvelocity.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dvelocity.hh index 80910bfdc7..b026b3b422 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dvelocity.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/2dvelocity.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_FVMPFAL2DVELOCITY2P_HH #define DUMUX_FVMPFAL2DVELOCITY2P_HH -#include <dune/common/version.hh> #include <dune/grid/common/gridenums.hh> #include <dumux/porousmediumflow/2p/sequential/diffusion/properties.hh> #include <dumux/porousmediumflow/sequential/cellcentered/mpfa/properties.hh> diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dinteractionvolumecontainer.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dinteractionvolumecontainer.hh index 90482362db..cd07e2af37 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dinteractionvolumecontainer.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dinteractionvolumecontainer.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_FVMPFAL3D_INTERACTIONVOLUMECONTAINER_HH #define DUMUX_FVMPFAL3D_INTERACTIONVOLUMECONTAINER_HH -#include <dune/common/version.hh> // dumux environment #include <dumux/porousmediumflow/sequential/pressureproperties.hh> diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dinteractionvolumecontaineradaptive.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dinteractionvolumecontaineradaptive.hh index e6e821f9df..35ac01e742 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dinteractionvolumecontaineradaptive.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dinteractionvolumecontaineradaptive.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_FVMPFAL3D_INTERACTIONVOLUMECONTAINER_ADAPTIVE_HH #define DUMUX_FVMPFAL3D_INTERACTIONVOLUMECONTAINER_ADAPTIVE_HH -#include <dune/common/version.hh> // dumux environment #include <dumux/porousmediumflow/sequential/pressureproperties.hh> diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dpressurevelocity.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dpressurevelocity.hh index e91b75cc81..44e75af524 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dpressurevelocity.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/lmethod/3dpressurevelocity.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_FVMPFAL2PFABOUND3DVELOCITIES2P_HH #define DUMUX_FVMPFAL2PFABOUND3DVELOCITIES2P_HH -#include <dune/common/version.hh> #include <dune/common/float_cmp.hh> #include "3dpressure.hh" #include "3dvelocity.hh" diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dpressure.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dpressure.hh index 6fea5f1c04..0ba8eb8e07 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dpressure.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dpressure.hh @@ -22,7 +22,6 @@ #ifndef DUMUX_FVMPFAO2DPRESSURE2P_HH #define DUMUX_FVMPFAO2DPRESSURE2P_HH -#include <dune/common/version.hh> // dumux environment #include <dumux/porousmediumflow/sequential/cellcentered/pressure.hh> diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dpressurevelocity.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dpressurevelocity.hh index 6d422752d1..e310bede75 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dpressurevelocity.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dpressurevelocity.hh @@ -22,7 +22,6 @@ #ifndef DUMUX_MPFAO2DPRESSUREVELOCITIES2P_HH #define DUMUX_MPFAO2DPRESSUREVELOCITIES2P_HH -#include <dune/common/version.hh> #include <dune/common/float_cmp.hh> #include "2dpressure.hh" #include "2dvelocity.hh" diff --git a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dvelocity.hh b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dvelocity.hh index b1066bf581..5f9aa48539 100644 --- a/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dvelocity.hh +++ b/dumux/porousmediumflow/2p/sequential/diffusion/mpfa/omethod/2dvelocity.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_FVMPFAO2DVELOCITY2P_HH #define DUMUX_FVMPFAO2DVELOCITY2P_HH -#include <dune/common/version.hh> #include <dune/grid/common/gridenums.hh> #include <dumux/porousmediumflow/2p/sequential/diffusion/properties.hh> #include <dumux/porousmediumflow/sequential/cellcentered/mpfa/properties.hh> diff --git a/dumux/porousmediumflow/2p2c/sequential/fv3dpressureadaptive.hh b/dumux/porousmediumflow/2p2c/sequential/fv3dpressureadaptive.hh index acadc586de..f83840f087 100644 --- a/dumux/porousmediumflow/2p2c/sequential/fv3dpressureadaptive.hh +++ b/dumux/porousmediumflow/2p2c/sequential/fv3dpressureadaptive.hh @@ -20,7 +20,6 @@ #define DUMUX_FV3DPRESSURE2P2C_ADAPTIVE_HH // dune environent: -#include <dune/common/version.hh> #include <dune/istl/bvector.hh> #include <dune/istl/operators.hh> #include <dune/istl/solvers.hh> diff --git a/dumux/porousmediumflow/sequential/properties.hh b/dumux/porousmediumflow/sequential/properties.hh index cfc7a6e489..3250d6d29f 100644 --- a/dumux/porousmediumflow/sequential/properties.hh +++ b/dumux/porousmediumflow/sequential/properties.hh @@ -26,7 +26,6 @@ #include <dumux/porousmediumflow/sequential/gridadaptproperties.hh> #include <dumux/porousmediumflow/sequential/gridadaptinitializationindicatordefault.hh> -#include <dune/common/version.hh> /*! * \ingroup Sequential diff --git a/dumux/porousmediumflow/sequential/variableclass.hh b/dumux/porousmediumflow/sequential/variableclass.hh index c0c5ddefe7..833dd9e52f 100644 --- a/dumux/porousmediumflow/sequential/variableclass.hh +++ b/dumux/porousmediumflow/sequential/variableclass.hh @@ -21,7 +21,6 @@ #include "properties.hh" -#include <dune/common/version.hh> // for parallelization //#include <dumux/parallel/elementhandles.hh> diff --git a/dumux/porousmediumflow/velocityoutput.hh b/dumux/porousmediumflow/velocityoutput.hh index cc6c86ef7c..2237092d96 100644 --- a/dumux/porousmediumflow/velocityoutput.hh +++ b/dumux/porousmediumflow/velocityoutput.hh @@ -24,7 +24,6 @@ #ifndef DUMUX_POROUSMEDIUMFLOW_VELOCITYOUTPUT_HH #define DUMUX_POROUSMEDIUMFLOW_VELOCITYOUTPUT_HH -#include <dune/common/version.hh> #include <dune/common/fvector.hh> #include <dune/istl/bvector.hh> #include <dune/geometry/referenceelements.hh> diff --git a/test/common/boundingboxtree/test_bboxtree.cc b/test/common/boundingboxtree/test_bboxtree.cc index b3a2c75155..803ed95985 100644 --- a/test/common/boundingboxtree/test_bboxtree.cc +++ b/test/common/boundingboxtree/test_bboxtree.cc @@ -11,7 +11,6 @@ #if HAVE_DUNE_FOAMGRID #include <dune/foamgrid/foamgrid.hh> -#include <dune/common/version.hh> #include <dune/foamgrid/dgffoam.hh> #endif diff --git a/test/common/boundingboxtree/test_geometry_fracture.cc b/test/common/boundingboxtree/test_geometry_fracture.cc index 45638708a5..4785597b76 100644 --- a/test/common/boundingboxtree/test_geometry_fracture.cc +++ b/test/common/boundingboxtree/test_geometry_fracture.cc @@ -11,7 +11,6 @@ #include <dune/grid/yaspgrid.hh> #include <dune/foamgrid/foamgrid.hh> -#include <dune/common/version.hh> #include <dune/foamgrid/dgffoam.hh> #include <dumux/common/exceptions.hh> diff --git a/test/common/geometry/test_1d3d_intersection.cc b/test/common/geometry/test_1d3d_intersection.cc index 45eb434e8c..ba71f82c72 100644 --- a/test/common/geometry/test_1d3d_intersection.cc +++ b/test/common/geometry/test_1d3d_intersection.cc @@ -4,7 +4,6 @@ #include <algorithm> #include <initializer_list> -#include <dune/common/version.hh> #include <dune/common/exceptions.hh> #include <dune/common/parallel/mpihelper.hh> #include <dune/common/fvector.hh> diff --git a/test/io/gridcreator/test_gridcreator_gmsh.cc b/test/io/gridcreator/test_gridcreator_gmsh.cc index 3ac92c60a1..ead51c03f2 100644 --- a/test/io/gridcreator/test_gridcreator_gmsh.cc +++ b/test/io/gridcreator/test_gridcreator_gmsh.cc @@ -22,7 +22,6 @@ #include <config.h> #include <iostream> -#include <dune/common/version.hh> #include <dune/geometry/referenceelements.hh> #include <dune/grid/io/file/vtk.hh> #include <dune/grid/common/mcmgmapper.hh> -- GitLab