mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Don't include config.h in headers.
The config.h header is not for external consumption. It must only be used in programs (or .cpp files) which adapt to the local system. In particular, installing (as in "make install") a header that contains an #include directive for "config.h" is always an error.
This commit is contained in:
@@ -11,10 +11,6 @@
|
||||
//==============================================================================
|
||||
#pragma once
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <dune/common/fmatrix.hh>
|
||||
#include <opm/core/eclipse/EclipseGridParser.hpp>
|
||||
#include <dune/grid/common/mcmgmapper.hh>
|
||||
|
||||
Reference in New Issue
Block a user