mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: never include config.h in a header
This commit is contained in:
parent
b00d3ca4bb
commit
3932cce392
@ -17,7 +17,6 @@
|
|||||||
#ifndef OPM_DILU_HEADER_INCLUDED
|
#ifndef OPM_DILU_HEADER_INCLUDED
|
||||||
#define OPM_DILU_HEADER_INCLUDED
|
#define OPM_DILU_HEADER_INCLUDED
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
#include <opm/common/ErrorMacros.hpp>
|
#include <opm/common/ErrorMacros.hpp>
|
||||||
#include <opm/common/TimingMacros.hpp>
|
#include <opm/common/TimingMacros.hpp>
|
||||||
#include <opm/simulators/linalg/PreconditionerWithUpdate.hpp>
|
#include <opm/simulators/linalg/PreconditionerWithUpdate.hpp>
|
||||||
@ -189,4 +188,4 @@ private:
|
|||||||
|
|
||||||
} // namespace Dune
|
} // namespace Dune
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user