GasLiftCommon: avoid pulling fmt in header

This commit is contained in:
Arne Morten Kvarving 2022-12-20 12:37:31 +01:00
parent e7f921825c
commit a8d2bbeb4a
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,8 @@
#include <config.h>
#include <opm/simulators/wells/GasLiftCommon.hpp>
#include <fmt/format.h>
namespace Opm {
GasLiftCommon::

View File

@ -25,7 +25,6 @@
#include <opm/simulators/wells/GroupState.hpp>
#include <string>
#include <fmt/format.h>
namespace Opm
{