mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 04:27:52 -05:00
service/vi: Replace includes with forward declarations where applicable
This commit is contained in:
@ -4,11 +4,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/hle/service/nvflinger/nvflinger.h"
|
||||
#include "core/hle/service/service.h"
|
||||
|
||||
namespace CoreTiming {
|
||||
struct EventType;
|
||||
namespace Service::NVFlinger {
|
||||
class NVFlinger;
|
||||
}
|
||||
|
||||
namespace Service::VI {
|
||||
|
Reference in New Issue
Block a user