#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

@@ -27,9 +27,9 @@
#include "RigSimWellData.h"
/* rand example: guess the number */
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <cstdio>
#include <cstdlib>
#include <ctime>
//--------------------------------------------------------------------------------------------------
///