From d2e4f5d664e13ed0ba58b44eca5eacfb59f67735 Mon Sep 17 00:00:00 2001 From: Kjetil Olsen Lye Date: Tue, 27 Mar 2012 11:09:04 +0200 Subject: [PATCH] Removed all traces of the property tree (I hope) --- opm/core/WellsManager.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/core/WellsManager.hpp b/opm/core/WellsManager.hpp index 14296b6a2..e17eaeb79 100644 --- a/opm/core/WellsManager.hpp +++ b/opm/core/WellsManager.hpp @@ -20,8 +20,6 @@ #ifndef OPM_WELLSMANAGER_HEADER_INCLUDED #define OPM_WELLSMANAGER_HEADER_INCLUDED -#include - struct Wells; struct UnstructuredGrid;