service/vi: Replace includes with forward declarations where applicable

This commit is contained in:
Lioncash
2018-09-13 16:43:31 -04:00
parent 8e7497d5bb
commit 0258b444ef
3 changed files with 9 additions and 7 deletions

View File

@ -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 {