mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3944 clang-tidy : Apply modernize-deprecated-headers
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
#include <QMessageBox>
|
||||
#include <QString>
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
CAF_PDM_XML_ABSTRACT_SOURCE_INIT(RimFracture, "Fracture");
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "RimEclipseStatisticsCase.h"
|
||||
|
||||
#include <vector>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
|
||||
class RimEclipseCase;
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
#include <QMessageBox>
|
||||
|
||||
#include <limits.h>
|
||||
#include <climits>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
#include <QKeyEvent>
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
#define RI_LOGPLOT_MINDEPTH_DEFAULT 0.0
|
||||
#define RI_LOGPLOT_MAXDEPTH_DEFAULT 1000.0
|
||||
|
||||
Reference in New Issue
Block a user