Core: Modernize C headers with C++ equivalents
This commit is contained in:
@ -36,13 +36,10 @@
|
||||
#include "core/string/print_string.h"
|
||||
#include "core/string/ustring.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include <cstdlib>
|
||||
|
||||
// To prevent shadowing warnings.
|
||||
#undef glGetString
|
||||
|
||||
@ -61,8 +61,8 @@
|
||||
#include "core/input/input.h"
|
||||
#include "servers/display_server.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <climits>
|
||||
#include <cstdio>
|
||||
|
||||
#undef CursorShape
|
||||
|
||||
|
||||
Reference in New Issue
Block a user