moved string.h include to core/stdafx.h
This commit is contained in:
parent
2ebf64503a
commit
4eecbf3139
|
@ -1,5 +1,5 @@
|
|||
#include "stdafx.h"
|
||||
#include <string.h>
|
||||
|
||||
#include <Common/path.h>
|
||||
#include <Common/Trace.h>
|
||||
#include <Common/Util.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <Common/stdtypes.h>
|
||||
#include <Common/StdString.h>
|
||||
#include <Common/Trace.h>
|
||||
|
|
Loading…
Reference in New Issue