From e98be1d39808513cc1fb8d32210b554bfc07c40d Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Mon, 6 Oct 2014 12:24:17 +0200 Subject: [PATCH] ECL: move the grid manager to ewoms/io/ this class is probably useful for problems other than EclProblem and the EclWellsManager already is at a generic place... --- tests/problems/eclproblem.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/problems/eclproblem.hh b/tests/problems/eclproblem.hh index e25e2ba64..10e2e481f 100644 --- a/tests/problems/eclproblem.hh +++ b/tests/problems/eclproblem.hh @@ -24,10 +24,9 @@ #ifndef EWOMS_ECL_PROBLEM_HH #define EWOMS_ECL_PROBLEM_HH -#include "eclgridmanager.hh" - #include #include +#include #include #include