Cleanup: Replace C-only deprecated headers

This replaces headers deprecated by C++14 with their equivalent
replacement
This commit is contained in:
Seth Hillbrand
2019-12-05 11:03:15 -08:00
parent a2edf9c442
commit 4d2e953f42
58 changed files with 114 additions and 115 deletions
+4 -4
View File
@@ -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>