refactor(Core): apply clang-tidy modernize-deprecated-headers (#3821)
This commit is contained in:
parent
7d16417d16
commit
7bb42c1d56
13 changed files with 34 additions and 34 deletions
|
|
@ -6,10 +6,10 @@
|
|||
|
||||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <deque>
|
||||
#include <set>
|
||||
#include <cstdlib>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "direct.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue