From 4e74d00af368d180032fc6d4baefcb9a3463bbe7 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 14296b6a..e17eaeb7 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;