Remove unused #include of exceptions

This commit is contained in:
Joakim Hove
2020-09-21 10:58:55 +02:00
parent 6a592a8c55
commit 0565d6f402
13 changed files with 0 additions and 16 deletions

View File

@@ -24,7 +24,6 @@
#include <opm/simulators/timestepping/SimulatorReport.hpp>
#include <opm/common/utility/parameters/ParameterGroup.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <opm/common/Exceptions.hpp>
#include <opm/simulators/timestepping/SimulatorTimerInterface.hpp>
#include <opm/models/utils/parametersystem.hh>

View File

@@ -31,7 +31,6 @@
#include <opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp>
#include <opm/grid/utility/StopWatch.hpp>
#include <opm/common/Exceptions.hpp>
#include <opm/common/ErrorMacros.hpp>
namespace Opm::Properties {