[Project64] Clean up some of the includes
This commit is contained in:
parent
860cc53e87
commit
96712e6042
|
@ -9,7 +9,7 @@
|
|||
* *
|
||||
****************************************************************************/
|
||||
#include "stdafx.h"
|
||||
#include "ProfilingClass.h"
|
||||
#include <Project64-core/N64System/ProfilingClass.h>
|
||||
#include <Common/LogClass.h>
|
||||
|
||||
enum { MAX_FRAMES = 13 };
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
****************************************************************************/
|
||||
#pragma once
|
||||
|
||||
#include "../Settings/GameSettings.h"
|
||||
#include <Project64-core/Settings/GameSettings.h>
|
||||
|
||||
class CSpeedLimiter :
|
||||
private CGameSettings
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include "stdafx.h"
|
||||
#include <Project64-core/N64System/SystemGlobals.h>
|
||||
#include <Project64-core/N64System/N64Class.h>
|
||||
#include "GameSettings.h"
|
||||
#include <Project64-core/Settings/GameSettings.h>
|
||||
|
||||
bool CGameSettings::m_bSMM_StoreInstruc;
|
||||
bool CGameSettings::m_bSMM_Protect;
|
||||
|
|
Loading…
Reference in New Issue