Common: Move remaining C header includes over to their C++ equivalent

This commit is contained in:
Lioncash 2014-08-17 13:54:06 -04:00
parent 90e994471a
commit da6f24b374
8 changed files with 20 additions and 21 deletions

View file

@ -18,10 +18,10 @@
#undef max
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <cstdarg>
#include <algorithm>
#include <string>