summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audren_u.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-12 05:13:29 +0200
committerGitHub <noreply@github.com>2018-09-12 05:13:29 +0200
commitc2451504396bfb3476baa23ad2460d186c33d3ac (patch)
treefb469ecb74fc29f0372400e42c9235b982a612d2 /src/core/hle/service/audio/audren_u.h
parentMerge pull request #1278 from tech4me/bg-color-fix (diff)
parentservice/audio: Replace includes with forward declarations where applicable (diff)
downloadyuzu-c2451504396bfb3476baa23ad2460d186c33d3ac.tar
yuzu-c2451504396bfb3476baa23ad2460d186c33d3ac.tar.gz
yuzu-c2451504396bfb3476baa23ad2460d186c33d3ac.tar.bz2
yuzu-c2451504396bfb3476baa23ad2460d186c33d3ac.tar.lz
yuzu-c2451504396bfb3476baa23ad2460d186c33d3ac.tar.xz
yuzu-c2451504396bfb3476baa23ad2460d186c33d3ac.tar.zst
yuzu-c2451504396bfb3476baa23ad2460d186c33d3ac.zip
Diffstat (limited to 'src/core/hle/service/audio/audren_u.h')
-rw-r--r--src/core/hle/service/audio/audren_u.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/audio/audren_u.h b/src/core/hle/service/audio/audren_u.h
index 85a995a2f..c6bc3a90a 100644
--- a/src/core/hle/service/audio/audren_u.h
+++ b/src/core/hle/service/audio/audren_u.h
@@ -4,7 +4,6 @@
#pragma once
-#include "audio_core/audio_renderer.h"
#include "core/hle/service/service.h"
namespace Kernel {