aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audren_u.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-11 21:45:20 -0400
committerLioncash <mathew1800@gmail.com>2018-09-11 21:54:33 -0400
commitc243bc09d4d891f48643c18246a064548cefe889 (patch)
tree3145292ce0871f43897e4ee778fc974631b051a4 /src/core/hle/service/audio/audren_u.h
parent1470b85af9027106f16c888bb7f6a97d44fad304 (diff)
service/audio: Replace includes with forward declarations where applicable
A few headers were including other headers when a forward declaration can be used instead, allowing the include to be moved to the cpp file.
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 {