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:
Bård Skaflestad 2012-10-09 10:59:52 +02:00
parent 077f66eaa9
commit ab0b9e94e9

View File

@ -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>