From 4839b56e9839d5ecc378f789d3d235059962a277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Tue, 21 Feb 2012 13:53:54 +0100 Subject: [PATCH] Remove #include "config.h". - Since many other files don't. - We may want to establish a policy on this, that works with CMake. An alternative (not chosen) could have been to wrap the #include in #ifdef HAVE_CONFIG_H etc. --- opm/core/utility/writeVtkData.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/core/utility/writeVtkData.cpp b/opm/core/utility/writeVtkData.cpp index 09495ce2..d8e340e6 100644 --- a/opm/core/utility/writeVtkData.cpp +++ b/opm/core/utility/writeVtkData.cpp @@ -17,8 +17,6 @@ along with OPM. If not, see . */ -#include "config.h" - #include #include #include