Core: Modernize C headers with C++ equivalents
This commit is contained in:
@ -32,10 +32,10 @@
|
||||
|
||||
#include "main/main.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <locale.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <climits>
|
||||
#include <clocale>
|
||||
#include <cstdlib>
|
||||
|
||||
#if defined(SANITIZERS_ENABLED)
|
||||
#include <sys/resource.h>
|
||||
|
||||
Reference in New Issue
Block a user