mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-19 21:34:16 +00: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