remove two rogue includes

motivation: getting rid of BlackoilPropsAdFromDeck in ebos code path
This commit is contained in:
Arne Morten Kvarving
2018-11-14 08:35:21 +01:00
parent 2ed2c20f12
commit e8c2029166
2 changed files with 0 additions and 2 deletions

View File

@@ -43,7 +43,6 @@
#include <opm/autodiff/VFPProperties.hpp>
#include <opm/autodiff/WellHelpers.hpp>
#include <opm/autodiff/WellDensitySegmented.hpp>
#include <opm/autodiff/BlackoilPropsAdFromDeck.hpp>
#include <opm/autodiff/BlackoilDetails.hpp>
#include <opm/autodiff/BlackoilModelParameters.hpp>
#include <opm/autodiff/WellStateFullyImplicitBlackoil.hpp>

View File

@@ -32,7 +32,6 @@
#include <opm/autodiff/MissingFeatures.hpp>
#include <opm/autodiff/moduleVersion.hpp>
#include <opm/autodiff/ExtractParallelGridInformationToISTL.hpp>
#include <opm/autodiff/RedistributeDataHandles.hpp>
#include <opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp>
#include <opm/core/props/satfunc/RelpermDiagnostics.hpp>