Remove obsolete includes and reorder

This commit is contained in:
Magne Sjaastad
2017-10-19 15:00:09 +02:00
parent 92f30742ec
commit d6b0b8edf2
2 changed files with 9 additions and 14 deletions

View File

@@ -21,19 +21,12 @@
#include "RigWellLogExtractor.h"
#include "cvfBase.h"
#include "cvfObject.h"
#include "cvfMath.h"
#include "cvfVector3.h"
#include <vector>
#include "cvfStructGrid.h"
#include "RigWellPathIntersectionTools.h"
class RigEclipseCaseData;
class RigWellPath;
class RigResultAccessor;
struct WellPathCellIntersectionInfo;
namespace cvf {
class BoundingBox;
}