Follow headers that were moved in opm-core.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-06-05 15:45:41 +02:00
parent 527f8fdeed
commit 3660ec8e8c
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
#include <opm/core/grid.h>
#include <opm/core/GridManager.hpp>
#include <opm/core/newwells.h>
#include <opm/core/WellsManager.hpp>
#include <opm/core/wells/WellsManager.hpp>
#include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/initState.hpp>
#include <opm/core/utility/SimulatorTimer.hpp>
@ -53,7 +53,7 @@
#include <opm/core/transport/CSRMatrixBlockAssembler.hpp>
#include <opm/core/transport/SinglePointUpwindTwoPhase.hpp>
#include <opm/core/ColumnExtract.hpp>
#include <opm/core/utility/ColumnExtract.hpp>
#include <opm/polymer/PolymerState.hpp>
#include <opm/polymer/SinglePointUpwindTwoPhasePolymer.hpp>

View File

@ -21,7 +21,7 @@
#define OPM_POLYMERSTATE_HEADER_INCLUDED
#include <opm/core/TwophaseState.hpp>
#include <opm/core/simulator/TwophaseState.hpp>
#include <opm/core/grid.h>
#include <vector>