#3944 clang-tidy : Apply modernize-deprecated-headers

This commit is contained in:
Magne Sjaastad
2019-01-10 16:16:49 +01:00
parent 63c675d6e2
commit d460d3d77d
32 changed files with 34 additions and 34 deletions

View File

@@ -29,7 +29,7 @@
#include "cvfPrimitiveSetIndexedUInt.h"
#include "cvfScalarMapper.h"
#include <stdlib.h>
#include <cstdlib>
#include <cmath>

View File

@@ -17,7 +17,7 @@
//
/////////////////////////////////////////////////////////////////////////////////
#include <stdlib.h>
#include <cstdlib>
#include "RivGeoMechPartMgr.h"

View File

@@ -17,7 +17,7 @@
//
/////////////////////////////////////////////////////////////////////////////////
#include <stdlib.h>
#include <cstdlib>
#include "RivGeoMechPartMgr.h"
#include "cvfPart.h"
#include "cvfModelBasicList.h"