Merge pull request #823 from cxd4/include-path-fixes
some more fixes to #include directives breaking non-Win32 builds
This commit is contained in:
commit
d285cff216
|
@ -1,6 +1,6 @@
|
|||
#include "stdafx.h"
|
||||
#include <common/path.h>
|
||||
#include <common/trace.h>
|
||||
#include <Common/path.h>
|
||||
#include <Common/trace.h>
|
||||
#include <Common/Util.h>
|
||||
#include <Project64-core/N64System/Mips/MemoryVirtualMem.h>
|
||||
#include <Project64-core/N64System/SystemGlobals.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <Common\stdtypes.h>
|
||||
#include <Common/stdtypes.h>
|
||||
#include <Common/StdString.h>
|
||||
#include <Common\TraceDefs.h>
|
||||
#include <Common/TraceDefs.h>
|
||||
|
||||
#include "Multilanguage.h"
|
||||
#include "Notification.h"
|
||||
|
|
Loading…
Reference in New Issue