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 <opm/simulators/wells/GasLiftCommon.hpp>
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
namespace Opm {
|
||||
|
||||
GasLiftCommon::
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <opm/simulators/wells/GroupState.hpp>
|
||||
|
||||
#include <string>
|
||||
#include <fmt/format.h>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user