Common: Move remaining C header includes over to their C++ equivalent
This commit is contained in:
parent
90e994471a
commit
da6f24b374
8 changed files with 20 additions and 21 deletions
|
@ -11,8 +11,8 @@
|
|||
#include <windows.h>
|
||||
#include <psapi.h>
|
||||
#else
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <cerrno>
|
||||
#include <cstdio>
|
||||
#endif
|
||||
|
||||
#if !defined(_WIN32) && defined(__x86_64__) && !defined(MAP_32BIT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue