moved string.h include to core/stdafx.h

This commit is contained in:
no 2016-01-14 01:29:38 -05:00
parent 2ebf64503a
commit 4eecbf3139
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#include "stdafx.h"
#include <string.h>
#include <Common/path.h>
#include <Common/Trace.h>
#include <Common/Util.h>

View File

@ -11,7 +11,6 @@
#include "stdafx.h"
#include <Project64-core/Logging.h>
#include <string.h>
#include <stdio.h>
#include <stdarg.h>
#include <Common/path.h>

View File

@ -1,3 +1,5 @@
#include <string.h>
#include <Common/stdtypes.h>
#include <Common/StdString.h>
#include <Common/Trace.h>