Fix path in clang-tidy workflow (#7542)

This commit is contained in:
Magne Sjaastad
2021-04-06 21:04:31 +02:00
committed by GitHub
parent f1af56b0f9
commit eab5bc79c9
8 changed files with 20 additions and 17 deletions
@@ -1,7 +1,7 @@
#include "RiaCurveMerger.h"
#include <algorithm>
#include <time.h>
#include <ctime>
//--------------------------------------------------------------------------------------------------
///
@@ -22,8 +22,8 @@
#include "RigFemPart.h"
#include <array>
#include <climits>
#include <cmath>
#include <limits.h>
//--------------------------------------------------------------------------------------------------
///
@@ -19,7 +19,7 @@
#include "RigFemPartResults.h"
#include "RigFemResultAddress.h"
#include <stdlib.h>
#include <cstdlib>
//--------------------------------------------------------------------------------------------------
///
@@ -19,7 +19,7 @@
#include "RigFemScalarResultFrames.h"
#include "RigStatisticsDataCache.h"
#include <stdlib.h>
#include <cstdlib>
//--------------------------------------------------------------------------------------------------
///
@@ -21,7 +21,7 @@
#include <QString>
#include <assert.h>
#include <cassert>
//--------------------------------------------------------------------------------------------------
///
@@ -17,7 +17,7 @@
//
/////////////////////////////////////////////////////////////////////////////////
#include <stdlib.h>
#include <cstdlib>
#include "RifElementPropertyReader.h"
#include "RifGeoMechReaderInterface.h"
@@ -29,8 +29,8 @@
#include "cafAppEnum.h"
#include <climits>
#include <cmath>
#include <limits.h>
namespace caf
{