mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
avoid include in header
also add include for config.h
This commit is contained in:
@@ -17,8 +17,9 @@
|
|||||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
#include <opm/simulators/utils/DeferredLogger.hpp>
|
#include <opm/simulators/utils/DeferredLogger.hpp>
|
||||||
|
#include <opm/common/OpmLog/OpmLog.hpp>
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -21,8 +21,6 @@
|
|||||||
#ifndef OPM_DEFERREDLOGGER_HEADER_INCLUDED
|
#ifndef OPM_DEFERREDLOGGER_HEADER_INCLUDED
|
||||||
#define OPM_DEFERREDLOGGER_HEADER_INCLUDED
|
#define OPM_DEFERREDLOGGER_HEADER_INCLUDED
|
||||||
|
|
||||||
#include <opm/common/OpmLog/OpmLog.hpp>
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user