remove unused includes of Unused.hpp

This commit is contained in:
Arne Morten Kvarving
2022-08-02 10:16:25 +02:00
parent e96594d32c
commit cb9f01df4e
16 changed files with 0 additions and 27 deletions

View File

@@ -31,7 +31,6 @@
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/IdealGas.hpp>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/Exceptions.hpp>
namespace Opm {

View File

@@ -32,8 +32,6 @@
#include <opm/material/IdealGas.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/common/Unused.hpp>
#include <cmath>
namespace Opm

View File

@@ -32,8 +32,6 @@
#include <opm/material/IdealGas.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/common/Unused.hpp>
#include <cmath>
namespace Opm

View File

@@ -32,8 +32,6 @@
#include <opm/material/IdealGas.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/common/Unused.hpp>
namespace Opm {
/*!
* \ingroup Components

View File

@@ -32,8 +32,6 @@
#include <opm/material/IdealGas.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/common/Unused.hpp>
#include <cmath>
namespace Opm

View File

@@ -29,8 +29,6 @@
#include "Component.hpp"
#include <opm/material/common/Unused.hpp>
namespace Opm {
/*!
* \ingroup Components

View File

@@ -32,8 +32,6 @@
#include <opm/material/IdealGas.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/common/Unused.hpp>
#include <cmath>
namespace Opm

View File

@@ -32,8 +32,6 @@
#include <opm/material/IdealGas.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/common/Unused.hpp>
#include <cmath>
namespace Opm {

View File

@@ -35,8 +35,6 @@
#include <opm/material/common/MathToolbox.hpp>
#include <opm/material/common/Unused.hpp>
#if HAVE_OPM_COMMON
#include <opm/common/OpmLog/OpmLog.hpp>
#else