fix headers

make all non-implementation headers includable without
preconditions. Also, this removes the GravityColumnSolver.hpp file,
because it tried to include a non-existing file and it was thus unused.
This commit is contained in:
Andreas Lauser 2013-09-10 18:01:16 +02:00
parent 4e96915af1
commit 8a6b30ac74

View File

@ -39,7 +39,7 @@ namespace Opm
class TwophaseState; class TwophaseState;
class WellState; class WellState;
struct SimulatorReport; struct SimulatorReport;
class Event; struct Event;
/// Class collecting all necessary components for a two-phase simulation. /// Class collecting all necessary components for a two-phase simulation.
class SimulatorIncompTwophase class SimulatorIncompTwophase