Merge pull request #823 from cxd4/include-path-fixes

some more fixes to #include directives breaking non-Win32 builds
This commit is contained in:
zilmar 2015-12-09 07:05:23 +11:00
commit d285cff216
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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"