Cleaned up includes

This commit is contained in:
Magne Sjaastad
2016-07-16 16:31:55 +02:00
parent 68c0d906fb
commit 686aef821e
10 changed files with 77 additions and 45 deletions

View File

@@ -19,18 +19,29 @@
/////////////////////////////////////////////////////////////////////////////////
#pragma once
#include "RivReservoirPartMgr.h"
#include "cvfTransform.h"
#include "RivCellSetEnum.h"
#include "RivReservoirPartMgr.h" // Must include here because of caf::FixedArray<RivReservoirPartMgr, PROPERTY_FILTERED>
#include "cafFixedArray.h"
#include "cvfArray.h"
#include "cvfBase.h"
#include "cvfTransform.h"
#include "cafPdmObject.h"
#include "RivCellSetEnum.h"
class RimEclipseView;
class RigGridBase;
class RimCellRangeFilterCollection;
class RimEclipsePropertyFilterCollection;
class RigActiveCellInfo;
class RimEclipseCellColors;
class RimCellEdgeColors;
namespace cvf
{
class ModelBasicList;
}
class RivReservoirViewPartMgr: public cvf::Object
{