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
|
@ -2,9 +2,9 @@
|
|||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
||||
#include "common/common.h"
|
||||
#include "common/common_paths.h"
|
||||
|
@ -13,8 +13,8 @@
|
|||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#else
|
||||
#include <cerrno>
|
||||
#include <iconv.h>
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
/// Make a string lowercase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue