s/trace.h/Trace.h

This commit is contained in:
no 2015-12-19 18:52:35 -05:00
parent 9978ef6384
commit e12aa20281
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "stdafx.h"
#include <Common/path.h>
#include <Common/trace.h>
#include <Common/Trace.h>
#include <Common/Util.h>
#include <Project64-core/N64System/Mips/MemoryVirtualMem.h>
#include <Project64-core/N64System/SystemGlobals.h>