summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi/vi.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-17 18:32:28 +0200
committerGitHub <noreply@github.com>2018-09-17 18:32:28 +0200
commit2c9c0d70a31acad88e2f16883e68f6550c29b7bf (patch)
treef4288cd7010024001d9d9f0d9812d45eaa93fc95 /src/core/hle/service/vi/vi.h
parentMerge pull request #1313 from lioncash/error (diff)
parentservice/vi: Replace includes with forward declarations where applicable (diff)
downloadyuzu-2c9c0d70a31acad88e2f16883e68f6550c29b7bf.tar
yuzu-2c9c0d70a31acad88e2f16883e68f6550c29b7bf.tar.gz
yuzu-2c9c0d70a31acad88e2f16883e68f6550c29b7bf.tar.bz2
yuzu-2c9c0d70a31acad88e2f16883e68f6550c29b7bf.tar.lz
yuzu-2c9c0d70a31acad88e2f16883e68f6550c29b7bf.tar.xz
yuzu-2c9c0d70a31acad88e2f16883e68f6550c29b7bf.tar.zst
yuzu-2c9c0d70a31acad88e2f16883e68f6550c29b7bf.zip
Diffstat (limited to 'src/core/hle/service/vi/vi.h')
-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 {