1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-25 13:36:45 -05:00

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

@@ -10,8 +10,8 @@
// Don't include common.h here as it will break LogManager
#include "common/common_types.h"
#include <stdio.h>
#include <string.h>
#include <cstdio>
#include <cstring>
// This may not be defined outside _WIN32
#ifndef _WIN32