use exception classes from opm-common

This commit is contained in:
Arne Morten Kvarving
2022-12-13 12:53:01 +01:00
parent 90df7fbe4b
commit c57e37fffe
21 changed files with 79 additions and 68 deletions

View File

@@ -20,7 +20,6 @@
module for the precise wording of the license and the list of
copyright holders.
*/
#include <opm/material/common/Exceptions.hpp>
#include <dune/common/version.hh>
#include <dune/common/fvector.hh>
@@ -29,10 +28,11 @@
#include <algorithm>
#include <fstream>
#include <iomanip>
#include <vector>
#include <memory>
#include <stdexcept>
#include <sstream>
#include <string>
#include <memory>
#include <vector>
namespace Ewoms {
/*!