summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi/vi.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-13 22:43:31 +0200
committerLioncash <mathew1800@gmail.com>2018-09-13 22:55:47 +0200
commit0258b444eff98388f25233a91764603f2ffea97c (patch)
tree59493167ca2bdd058b4b0f412dc2ec0b04f86343 /src/core/hle/service/vi/vi.h
parentMerge pull request #1308 from valentinvanelslande/ipc (diff)
downloadyuzu-0258b444eff98388f25233a91764603f2ffea97c.tar
yuzu-0258b444eff98388f25233a91764603f2ffea97c.tar.gz
yuzu-0258b444eff98388f25233a91764603f2ffea97c.tar.bz2
yuzu-0258b444eff98388f25233a91764603f2ffea97c.tar.lz
yuzu-0258b444eff98388f25233a91764603f2ffea97c.tar.xz
yuzu-0258b444eff98388f25233a91764603f2ffea97c.tar.zst
yuzu-0258b444eff98388f25233a91764603f2ffea97c.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/vi/vi.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/hle/service/vi/vi.h b/src/core/hle/service/vi/vi.h
index c2dc83605..e3963502a 100644
--- a/src/core/hle/service/vi/vi.h
+++ b/src/core/hle/service/vi/vi.h
@@ -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 {