mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
GasLiftCommon: avoid pulling fmt in header
This commit is contained in:
parent
e7f921825c
commit
a8d2bbeb4a
@ -20,6 +20,8 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <opm/simulators/wells/GasLiftCommon.hpp>
|
#include <opm/simulators/wells/GasLiftCommon.hpp>
|
||||||
|
|
||||||
|
#include <fmt/format.h>
|
||||||
|
|
||||||
namespace Opm {
|
namespace Opm {
|
||||||
|
|
||||||
GasLiftCommon::
|
GasLiftCommon::
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#include <opm/simulators/wells/GroupState.hpp>
|
#include <opm/simulators/wells/GroupState.hpp>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <fmt/format.h>
|
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user