From ab0b9e94e9e2172a040d8d4fc94e3bbe8b5a7989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Tue, 9 Oct 2012 10:59:52 +0200 Subject: [PATCH] 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. --- dune/elasticity/elasticity_upscale.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dune/elasticity/elasticity_upscale.hpp b/dune/elasticity/elasticity_upscale.hpp index 9a1bc07..d2a4c4f 100644 --- a/dune/elasticity/elasticity_upscale.hpp +++ b/dune/elasticity/elasticity_upscale.hpp @@ -11,10 +11,6 @@ //============================================================================== #pragma once -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include #include #include