Core: Modernize C headers with C++ equivalents
This commit is contained in:
@ -37,7 +37,6 @@
|
||||
#include "core/version.h"
|
||||
#include "main/main.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if defined(DEBUG_ENABLED)
|
||||
@ -48,8 +47,8 @@
|
||||
#include <cxxabi.h>
|
||||
#include <dlfcn.h>
|
||||
#include <execinfo.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <csignal>
|
||||
#include <cstdlib>
|
||||
|
||||
#import <mach-o/dyld.h>
|
||||
#import <mach-o/getsect.h>
|
||||
|
||||
Reference in New Issue
Block a user