fixed Unix-incompatible include path case-insensitivity

This commit is contained in:
unknown 2015-12-08 14:59:50 -05:00
parent aad7667232
commit 8b59f82a8d
1 changed files with 2 additions and 2 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>