Do not include config.h in header (not even in *_impl.hpp)

I was getting warnings about redefined definitions (e.g. HAVE_PARMETIS).
This commit is contained in:
Markus Blatt 2020-12-11 17:51:08 +01:00
parent cd19e987cf
commit 065e2f34f1

View File

@ -17,8 +17,6 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
#include <opm/simulators/linalg/setupPropertyTree.hpp>
#include <boost/version.hpp>