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:
parent
077f66eaa9
commit
ab0b9e94e9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user