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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user