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

@@ -29,7 +29,6 @@
#define OPM_CONDITIONAL_STORAGE_HH
#include <stdexcept>
#include <opm/material/common/Unused.hpp>
#include <utility>
namespace Opm {

View File

@@ -30,7 +30,6 @@
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/Exceptions.hpp>
#include <opm/material/common/Unused.hpp>
#include <opm/material/common/MathToolbox.hpp>
#include <vector>

View File

@@ -29,8 +29,6 @@
#if !defined OPM_COMMON_QUAD_HPP && HAVE_QUAD
#define OPM_COMMON_QUAD_HPP
#include <opm/material/common/Unused.hpp>
#include <cmath>
#include <complex>
#include <string>