mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 22:59:47 -06:00
Core: Turn some includes into forward declarations.
This commit is contained in:
@ -4,10 +4,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Common/IniFile.h"
|
||||
|
||||
#include <vector>
|
||||
#include "Core/GeckoCode.h"
|
||||
|
||||
class IniFile;
|
||||
|
||||
namespace Gecko
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user