Cleanup: Replace C-only deprecated headers
This replaces headers deprecated by C++14 with their equivalent replacement
This commit is contained in:
@@ -23,12 +23,12 @@
|
||||
*/
|
||||
|
||||
#include <algorithm> // std::max
|
||||
#include <cerrno>
|
||||
#include <cmath>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <vector>
|
||||
|
||||
#include <common.h>
|
||||
|
||||
Reference in New Issue
Block a user