mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6491 Remove unneccessary omp.h includes.
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
#include "cvfStructGridGeometryGenerator.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <omp.h>
|
||||
|
||||
CAF_PDM_SOURCE_INIT( RimEclipseContourMapProjection, "RimEclipseContourMapProjection" );
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@
|
||||
#include <QDebug>
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <omp.h>
|
||||
|
||||
CAF_PDM_SOURCE_INIT( RimGeoMechContourMapProjection, "RimGeoMechContourMapProjection" );
|
||||
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <omp.h>
|
||||
|
||||
CAF_PDM_SOURCE_INIT( RimSummaryCaseCollection, "SummaryCaseSubCollection" );
|
||||
|
||||
|
||||
@@ -29,8 +29,6 @@
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include <omp.h>
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user