LogUtil: forward types to avoid includes

This commit is contained in:
Arne Morten Kvarving
2021-04-23 15:50:22 +02:00
parent b51779b6f8
commit 4fe78a0424
2 changed files with 3 additions and 2 deletions

View File

@@ -23,10 +23,10 @@
#include <cstdint>
#include <string>
#include <opm/common/OpmLog/KeywordLocation.hpp>
namespace Opm {
class KeywordLocation;
namespace Log {
namespace MessageType {
const int64_t Debug = 1; /* Excessive information */

View File

@@ -20,6 +20,7 @@
#include <sstream>
#include <stdexcept>
#include <opm/common/OpmLog/LogUtil.hpp>
#include <opm/common/OpmLog/KeywordLocation.hpp>
namespace Opm {