mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ecltransmissibility.hh: cleanup headers
This commit is contained in:
@@ -28,18 +28,18 @@
|
|||||||
#ifndef EWOMS_ECL_TRANSMISSIBILITY_HH
|
#ifndef EWOMS_ECL_TRANSMISSIBILITY_HH
|
||||||
#define EWOMS_ECL_TRANSMISSIBILITY_HH
|
#define EWOMS_ECL_TRANSMISSIBILITY_HH
|
||||||
|
|
||||||
#include <opm/grid/common/CartesianIndexMapper.hpp>
|
|
||||||
|
|
||||||
#include <dune/common/fvector.hh>
|
#include <dune/common/fvector.hh>
|
||||||
#include <dune/common/fmatrix.hh>
|
#include <dune/common/fmatrix.hh>
|
||||||
|
|
||||||
|
#include <opm/grid/common/CartesianIndexMapper.hpp>
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <map>
|
|
||||||
#include <tuple>
|
|
||||||
#include <vector>
|
|
||||||
#include <unordered_map>
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <map>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <tuple>
|
||||||
|
#include <unordered_map>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace Opm {
|
namespace Opm {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user