Cleaned up includes

Removed includes to cvfLibCore and friends. Removed several includes from header files.
This commit is contained in:
Magne Sjaastad
2017-01-17 15:11:02 +01:00
parent bdeb2b5584
commit e0ba009e34
18 changed files with 56 additions and 32 deletions

View File

@@ -19,8 +19,6 @@
#pragma once
#include "RivHexGridIntersectionTools.h"
#include "cafPdmPointer.h"
#include "cvfArray.h"
@@ -35,6 +33,8 @@ class RigMainGrid;
class RigActiveCellInfo;
class RigResultAccessor;
class RimIntersection;
class RivIntersectionHexGridInterface;
class RivIntersectionVertexWeights;
namespace cvf
{