mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add pragma once and fixed includes
This commit is contained in:
parent
e428bf33f9
commit
d344cf11a2
@ -16,11 +16,15 @@
|
|||||||
//
|
//
|
||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
class RimWellPath;
|
#pragma once
|
||||||
class RicExportCompletionDataSettingsUi;
|
|
||||||
|
|
||||||
|
#include "RigCompletionData.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "RigCompletionData.h"
|
|
||||||
|
class RimWellPath;
|
||||||
|
class RicExportCompletionDataSettingsUi;
|
||||||
|
|
||||||
class QTextStream;
|
class QTextStream;
|
||||||
class RigWellPath;
|
class RigWellPath;
|
||||||
@ -28,6 +32,9 @@ class RimEclipseCase;
|
|||||||
class RimEclipseWell;
|
class RimEclipseWell;
|
||||||
class RimFracture;
|
class RimFracture;
|
||||||
|
|
||||||
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
///
|
||||||
|
//--------------------------------------------------------------------------------------------------
|
||||||
class RicExportFractureCompletionsImpl
|
class RicExportFractureCompletionsImpl
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user