Merge pull request #625 from joakim-hove/rm-common-exceptions

Remove unused #include of Exceptions
This commit is contained in:
Joakim Hove 2020-09-21 16:32:52 +02:00 committed by GitHub
commit 4d9496edec
17 changed files with 0 additions and 21 deletions

View File

@ -42,7 +42,6 @@
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <dune/common/fvector.hh>

View File

@ -36,7 +36,6 @@
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <dune/common/fvector.hh>

View File

@ -44,7 +44,6 @@
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <dune/common/fvector.hh>

View File

@ -53,7 +53,6 @@
#include <opm/material/fluidsystems/BlackOilFluidSystem.hpp>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <sstream>
#include <string>

View File

@ -46,7 +46,6 @@
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <dune/common/fvector.hh>

View File

@ -33,7 +33,6 @@
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <dune/common/fvector.hh>

View File

@ -34,7 +34,6 @@
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <dune/common/fvector.hh>

View File

@ -36,7 +36,6 @@
#include <opm/material/fluidmatrixinteractions/NullMaterial.hpp>
#include <opm/material/common/Means.hpp>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>

View File

@ -34,7 +34,6 @@
#include <opm/material/common/Means.hpp>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>

View File

@ -34,7 +34,6 @@
#include <opm/models/utils/alignedallocator.hh>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <dune/common/fvector.hh>

View File

@ -35,7 +35,6 @@
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <dune/istl/bvector.hh>
#include <dune/grid/common/geometry.hh>

View File

@ -35,8 +35,6 @@
#include <opm/models/discretization/common/restrictprolong.hh>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <dune/common/fvector.hh>
#include <iostream>

View File

@ -35,8 +35,6 @@
#include <opm/models/common/multiphasebaseproperties.hh>
#include <opm/models/discretization/common/fvbaseproperties.hh>
#include <opm/material/common/Exceptions.hpp>
#include <dune/istl/bvector.hh>
#include <dune/common/fvector.hh>

View File

@ -33,8 +33,6 @@
#include <dune/common/fvector.hh>
#include <dune/common/version.hh>
#include <opm/material/common/Exceptions.hpp>
#include <string>
#include <limits>
#include <vector>

View File

@ -34,8 +34,6 @@
#include <opm/models/utils/parametersystem.hh>
#include <opm/models/utils/propertysystem.hh>
#include <opm/material/common/Exceptions.hpp>
#include <dune/common/version.hh>
namespace Opm {

View File

@ -34,7 +34,6 @@
#include <opm/models/utils/propertysystem.hh>
#include <opm/material/common/Exceptions.hpp>
#include <opm/material/common/Unused.hpp>
#if HAVE_QUAD

View File

@ -30,7 +30,6 @@
#include "overlaptypes.hh"
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <dune/grid/common/datahandleif.hh>
#include <dune/grid/common/gridenums.hh>